Html Css Color HEX #478ABC Steel Blue

📋 copy color: '#478ABC'

red 71 ◦ green 138 ◦ blue 188

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

Shades of Steel Blue #478ABC

Tints of Steel Blue #478ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 17.88%
G = 34.76%
B = 47.36%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478ABC (or 0x478ABC) is known color: Steel Blue. HEX triplet: 47, 8A and BC. RGB value is (71,138,188). Sum of RGB (Red+Green+Blue) = 71+138+188=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #478ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ABC is #B87543. Grayscale: #7B7B7B. Windows color (decimal): -12088644 or 12356167. OLE color: 12356167.

HSL color Cylindrical-coordinate representation of color #478ABC: hue angle of 205.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478ABC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 138 188 -
CMYK 0.62 0.27 0 0.26
HSL 205.64º 0.47% 0.51% -
HSV(B) 205.64º 0.62% 0.74% -
XYZ 20.76 23.15 50.95 -
YUV 123.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 71 138 188 0.62 0.27 0 0.26 205.64 0.47 0.51
Hex 47 8A BC 3E 1B 0 1A CE 2F 33
Octal 107 212 274 76 33 0 32 316 57 63
Binary 1000111 10001010 10111100 111110 11011 0 11010 11001110 101111 110011

Color Harmonies of #478ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ABC

Black with #478ABC

Text Example


Text Example

White with #478ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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