Html Css Color HEX #478ABE Curious Blue

📋 copy color: '#478ABE'

red 71 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #478ABE

Tints of Curious Blue #478ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 17.79%
G = 34.59%
B = 47.62%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478ABE (or 0x478ABE) is known color: Curious Blue. HEX triplet: 47, 8A and BE. RGB value is (71,138,190). Sum of RGB (Red+Green+Blue) = 71+138+190=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #478ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ABE is #B87541. Grayscale: #7B7B7B. Windows color (decimal): -12088642 or 12487239. OLE color: 12487239.

HSL color Cylindrical-coordinate representation of color #478ABE: hue angle of 206.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478ABE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 138 190 -
CMYK 0.63 0.27 0 0.25
HSL 206.22º 0.48% 0.51% -
HSV(B) 206.22º 0.63% 0.75% -
XYZ 20.98 23.23 52.09 -
YUV 123.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 71 138 190 0.63 0.27 0 0.25 206.22 0.48 0.51
Hex 47 8A BE 3F 1B 0 19 CE 30 33
Octal 107 212 276 77 33 0 31 316 60 63
Binary 1000111 10001010 10111110 111111 11011 0 11001 11001110 110000 110011

Color Harmonies of #478ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ABE

Black with #478ABE

Text Example


Text Example

White with #478ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,138,190); }

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

background-color css

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

 a { background-color: rgb(71,138,190); }

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

border-color css

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

 span { border-color: rgb(71,138,190); }

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