Html Css Color HEX #4279BD Steel Blue

📋 copy color: '#4279BD'

red 66 ◦ green 121 ◦ blue 189

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

Shades of Steel Blue #4279BD

Tints of Steel Blue #4279BD

RGB

 RED value IS 66 (26.17% from 255) = 17.55%

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 17.55%
G = 32.18%
B = 50.27%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4279BD (or 0x4279BD) is known color: Steel Blue. HEX triplet: 42, 79 and BD. RGB value is (66,121,189). Sum of RGB (Red+Green+Blue) = 66+121+189=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #4279BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279BD is #BD8642. Grayscale: #6F6F6F. Windows color (decimal): -12420675 or 12417346. OLE color: 12417346.

HSL color Cylindrical-coordinate representation of color #4279BD: hue angle of 213.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4279BD is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 121 189 -
CMYK 0.65 0.36 0 0.26
HSL 213.17º 0.48% 0.5% -
HSV(B) 213.17º 0.65% 0.74% -
XYZ 18.27 18.51 50.75 -
YUV 112.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 66 121 189 0.65 0.36 0 0.26 213.17 0.48 0.5
Hex 42 79 BD 41 24 0 1A D5 30 32
Octal 102 171 275 101 44 0 32 325 60 62
Binary 1000010 1111001 10111101 1000001 100100 0 11010 11010101 110000 110010

Color Harmonies of #4279BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279BD

Black with #4279BD

Text Example


Text Example

White with #4279BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4279BD; }

 p { color: rgb(66,121,189); }

 H1.HeaderClassName
 {
   color: #4279BD;
 }
 .AnyTagClassName
 {
   color: #4279BD;
 }
</style>

background-color css

<style>
 a { background-color: #4279BD; }

 a { background-color: rgb(66,121,189); }

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

border-color css

<style>
 span { border-color: #4279BD; }

 span { border-color: rgb(66,121,189); }

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