Html Css Color HEX #4277BC Steel Blue

📋 copy color: '#4277BC'

red 66 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #4277BC

Tints of Steel Blue #4277BC

RGB

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

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

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

R = 17.69%
G = 31.9%
B = 50.4%

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

#4277BC (or 0x4277BC) is known color: Steel Blue. HEX triplet: 42, 77 and BC. RGB value is (66,119,188). Sum of RGB (Red+Green+Blue) = 66+119+188=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4277BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277BC is #BD8843. Grayscale: #6E6E6E. Windows color (decimal): -12421188 or 12351298. OLE color: 12351298.

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

Color convert

RGB 66 119 188 -
CMYK 0.65 0.37 0 0.26
HSL 213.93º 0.48% 0.5% -
HSV(B) 213.93º 0.65% 0.74% -
XYZ 17.92 17.98 50.1 -
YUV 111.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 66 119 188 0.65 0.37 0 0.26 213.93 0.48 0.5
Hex 42 77 BC 41 25 0 1A D6 30 32
Octal 102 167 274 101 45 0 32 326 60 62
Binary 1000010 1110111 10111100 1000001 100101 0 11010 11010110 110000 110010

Color Harmonies of #4277BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277BC

Black with #4277BC

Text Example


Text Example

White with #4277BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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