Html Css Color HEX #4277BD Steel Blue

📋 copy color: '#4277BD'

red 66 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4277BD

Tints of Steel Blue #4277BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

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

R = 17.65%
G = 31.82%
B = 50.53%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4277BD (or 0x4277BD) is known color: Steel Blue. HEX triplet: 42, 77 and BD. RGB value is (66,119,189). Sum of RGB (Red+Green+Blue) = 66+119+189=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4277BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277BD is #BD8842. Grayscale: #6E6E6E. Windows color (decimal): -12421187 or 12416834. OLE color: 12416834.

HSL color Cylindrical-coordinate representation of color #4277BD: hue angle of 214.15º 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 #4277BD is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 119 189 -
CMYK 0.65 0.37 0 0.26
HSL 214.15º 0.48% 0.5% -
HSV(B) 214.15º 0.65% 0.74% -
XYZ 18.03 18.03 50.67 -
YUV 111.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 66 119 189 0.65 0.37 0 0.26 214.15 0.48 0.5
Hex 42 77 BD 41 25 0 1A D6 30 32
Octal 102 167 275 101 45 0 32 326 60 62
Binary 1000010 1110111 10111101 1000001 100101 0 11010 11010110 110000 110010

Color Harmonies of #4277BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277BD

Black with #4277BD

Text Example


Text Example

White with #4277BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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