Html Css Color HEX #478ABA Steel Blue

📋 copy color: '#478ABA'

red 71 ◦ green 138 ◦ blue 186

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

Shades of Steel Blue #478ABA

Tints of Steel Blue #478ABA

RGB

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

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

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

R = 17.97%
G = 34.94%
B = 47.09%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478ABA (or 0x478ABA) is known color: Steel Blue. HEX triplet: 47, 8A and BA. RGB value is (71,138,186). Sum of RGB (Red+Green+Blue) = 71+138+186=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #478ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ABA is #B87545. Grayscale: #7B7B7B. Windows color (decimal): -12088646 or 12225095. OLE color: 12225095.

HSL color Cylindrical-coordinate representation of color #478ABA: hue angle of 205.04º 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 #478ABA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 138 186 -
CMYK 0.62 0.26 0 0.27
HSL 205.04º 0.45% 0.5% -
HSV(B) 205.04º 0.62% 0.73% -
XYZ 20.55 23.06 49.82 -
YUV 123.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 71 138 186 0.62 0.26 0 0.27 205.04 0.45 0.5
Hex 47 8A BA 3E 1A 0 1B CD 2D 32
Octal 107 212 272 76 32 0 33 315 55 62
Binary 1000111 10001010 10111010 111110 11010 0 11011 11001101 101101 110010

Color Harmonies of #478ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ABA

Black with #478ABA

Text Example


Text Example

White with #478ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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