Html Css Color HEX #4079BE Steel Blue

📋 copy color: '#4079BE'

red 64 ◦ green 121 ◦ blue 190

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

Shades of Steel Blue #4079BE

Tints of Steel Blue #4079BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 17.07%
G = 32.27%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4079BE (or 0x4079BE) is known color: Steel Blue. HEX triplet: 40, 79 and BE. RGB value is (64,121,190). Sum of RGB (Red+Green+Blue) = 64+121+190=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4079BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079BE is #BF8641. Grayscale: #6F6F6F. Windows color (decimal): -12551746 or 12482880. OLE color: 12482880.

HSL color Cylindrical-coordinate representation of color #4079BE: hue angle of 212.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4079BE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 121 190 -
CMYK 0.66 0.36 0 0.25
HSL 212.86º 0.5% 0.5% -
HSV(B) 212.86º 0.66% 0.75% -
XYZ 18.25 18.48 51.32 -
YUV 111.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 64 121 190 0.66 0.36 0 0.25 212.86 0.5 0.5
Hex 40 79 BE 42 24 0 19 D5 32 32
Octal 100 171 276 102 44 0 31 325 62 62
Binary 1000000 1111001 10111110 1000010 100100 0 11001 11010101 110010 110010

Color Harmonies of #4079BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4079BE

Black with #4079BE

Text Example


Text Example

White with #4079BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4079BE; }

 p { color: rgb(64,121,190); }

 H1.HeaderClassName
 {
   color: #4079BE;
 }
 .AnyTagClassName
 {
   color: #4079BE;
 }
</style>

background-color css

<style>
 a { background-color: #4079BE; }

 a { background-color: rgb(64,121,190); }

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

border-color css

<style>
 span { border-color: #4079BE; }

 span { border-color: rgb(64,121,190); }

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