Html Css Color HEX #478EBA Curious Blue

📋 copy color: '#478EBA'

red 71 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #478EBA

Tints of Curious Blue #478EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 17.79%
G = 35.59%
B = 46.62%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478EBA (or 0x478EBA) is known color: Curious Blue. HEX triplet: 47, 8E and BA. RGB value is (71,142,186). Sum of RGB (Red+Green+Blue) = 71+142+186=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #478EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EBA is #B87145. Grayscale: #7D7D7D. Windows color (decimal): -12087622 or 12226119. OLE color: 12226119.

HSL color Cylindrical-coordinate representation of color #478EBA: hue angle of 202.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478EBA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 142 186 -
CMYK 0.62 0.24 0 0.27
HSL 202.96º 0.45% 0.5% -
HSV(B) 202.96º 0.62% 0.73% -
XYZ 21.13 24.23 50.02 -
YUV 125.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 71 142 186 0.62 0.24 0 0.27 202.96 0.45 0.5
Hex 47 8E BA 3E 18 0 1B CB 2D 32
Octal 107 216 272 76 30 0 33 313 55 62
Binary 1000111 10001110 10111010 111110 11000 0 11011 11001011 101101 110010

Color Harmonies of #478EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EBA

Black with #478EBA

Text Example


Text Example

White with #478EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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