Html Css Color HEX #4078BB Steel Blue

📋 copy color: '#4078BB'

red 64 ◦ green 120 ◦ blue 187

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

Shades of Steel Blue #4078BB

Tints of Steel Blue #4078BB

RGB

 RED value IS 64 (25.39% from 255) = 17.25%

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 17.25%
G = 32.35%
B = 50.4%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4078BB (or 0x4078BB) is known color: Steel Blue. HEX triplet: 40, 78 and BB. RGB value is (64,120,187). Sum of RGB (Red+Green+Blue) = 64+120+187=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4078BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078BB is #BF8744. Grayscale: #6E6E6E. Windows color (decimal): -12552005 or 12286016. OLE color: 12286016.

HSL color Cylindrical-coordinate representation of color #4078BB: hue angle of 212.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4078BB is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 120 187 -
CMYK 0.66 0.36 0 0.27
HSL 212.68º 0.49% 0.49% -
HSV(B) 212.68º 0.66% 0.73% -
XYZ 17.8 18.11 49.57 -
YUV 110.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 64 120 187 0.66 0.36 0 0.27 212.68 0.49 0.49
Hex 40 78 BB 42 24 0 1B D5 31 31
Octal 100 170 273 102 44 0 33 325 61 61
Binary 1000000 1111000 10111011 1000010 100100 0 11011 11010101 110001 110001

Color Harmonies of #4078BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078BB

Black with #4078BB

Text Example


Text Example

White with #4078BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4078BB; }

 p { color: rgb(64,120,187); }

 H1.HeaderClassName
 {
   color: #4078BB;
 }
 .AnyTagClassName
 {
   color: #4078BB;
 }
</style>

background-color css

<style>
 a { background-color: #4078BB; }

 a { background-color: rgb(64,120,187); }

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

border-color css

<style>
 span { border-color: #4078BB; }

 span { border-color: rgb(64,120,187); }

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