Html Css Color HEX #4277BA Steel Blue

📋 copy color: '#4277BA'

red 66 ◦ green 119 ◦ blue 186

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

Shades of Steel Blue #4277BA

Tints of Steel Blue #4277BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 17.79%
G = 32.08%
B = 50.13%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4277BA (or 0x4277BA) is known color: Steel Blue. HEX triplet: 42, 77 and BA. RGB value is (66,119,186). Sum of RGB (Red+Green+Blue) = 66+119+186=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4277BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277BA is #BD8845. Grayscale: #6E6E6E. Windows color (decimal): -12421190 or 12220226. OLE color: 12220226.

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

Color convert

RGB 66 119 186 -
CMYK 0.65 0.36 0 0.27
HSL 213.5º 0.48% 0.49% -
HSV(B) 213.5º 0.65% 0.73% -
XYZ 17.71 17.9 48.98 -
YUV 110.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 66 119 186 0.65 0.36 0 0.27 213.5 0.48 0.49
Hex 42 77 BA 41 24 0 1B D6 30 31
Octal 102 167 272 101 44 0 33 326 60 61
Binary 1000010 1110111 10111010 1000001 100100 0 11011 11010110 110000 110001

Color Harmonies of #4277BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277BA

Black with #4277BA

Text Example


Text Example

White with #4277BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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