Html Css Color HEX #478EC6 Curious Blue

📋 copy color: '#478EC6'

red 71 ◦ green 142 ◦ blue 198

#478EC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #478EC6

Tints of Curious Blue #478EC6

RGB

 RED value IS 71 (28.13% from 255) = 17.27%

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 17.27%
G = 34.55%
B = 48.18%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#478EC6 (or 0x478EC6) is known color: Curious Blue. HEX triplet: 47, 8E and C6. RGB value is (71,142,198). Sum of RGB (Red+Green+Blue) = 71+142+198=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #478EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EC6 is #B87139. Grayscale: #7E7E7E. Windows color (decimal): -12087610 or 13012551. OLE color: 13012551.

HSL color Cylindrical-coordinate representation of color #478EC6: hue angle of 206.46º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478EC6 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 142 198 -
CMYK 0.64 0.28 0 0.22
HSL 206.46º 0.53% 0.53% -
HSV(B) 206.46º 0.64% 0.78% -
XYZ 22.46 24.76 57.02 -
YUV 127.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 71 142 198 0.64 0.28 0 0.22 206.46 0.53 0.53
Hex 47 8E C6 40 1C 0 16 CE 35 35
Octal 107 216 306 100 34 0 26 316 65 65
Binary 1000111 10001110 11000110 1000000 11100 0 10110 11001110 110101 110101

Color Harmonies of #478EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EC6

Black with #478EC6

Text Example


Text Example

White with #478EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478EC6; }

 p { color: rgb(71,142,198); }

 H1.HeaderClassName
 {
   color: #478EC6;
 }
 .AnyTagClassName
 {
   color: #478EC6;
 }
</style>

background-color css

<style>
 a { background-color: #478EC6; }

 a { background-color: rgb(71,142,198); }

 div.DivClassName
 {
   background-color: #478EC6;
 }
 .BgClassName
 {
   background-color: #478EC6;
 }
</style>

border-color css

<style>
 span { border-color: #478EC6; }

 span { border-color: rgb(71,142,198); }

 td.TdClassName
 {
   border-color: #478EC6;
 }
 .TagClassName
 {
   border-color: #478EC6;
 }
</style>