Html Css Color HEX #478FCB Curious Blue

📋 copy color: '#478FCB'

red 71 ◦ green 143 ◦ blue 203

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

Shades of Curious Blue #478FCB

Tints of Curious Blue #478FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 17.03%
G = 34.29%
B = 48.68%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#478FCB (or 0x478FCB) is known color: Curious Blue. HEX triplet: 47, 8F and CB. RGB value is (71,143,203). Sum of RGB (Red+Green+Blue) = 71+143+203=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #478FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FCB is #B87034. Grayscale: #7F7F7F. Windows color (decimal): -12087349 or 13340487. OLE color: 13340487.

HSL color Cylindrical-coordinate representation of color #478FCB: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478FCB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 143 203 -
CMYK 0.65 0.30 0 0.20
HSL 207.27º 0.56% 0.54% -
HSV(B) 207.27º 0.65% 0.8% -
XYZ 23.2 25.3 60.16 -
YUV 128.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 71 143 203 0.65 0.30 0 0.20 207.27 0.56 0.54
Hex 47 8F CB 41 1E 0 14 CF 38 36
Octal 107 217 313 101 36 0 24 317 70 66
Binary 1000111 10001111 11001011 1000001 11110 0 10100 11001111 111000 110110

Color Harmonies of #478FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FCB

Black with #478FCB

Text Example


Text Example

White with #478FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,203); }

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

background-color css

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

 a { background-color: rgb(71,143,203); }

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

border-color css

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

 span { border-color: rgb(71,143,203); }

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