Html Css Color HEX #4277C0 Steel Blue

📋 copy color: '#4277C0'

red 66 ◦ green 119 ◦ blue 192

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

Shades of Steel Blue #4277C0

Tints of Steel Blue #4277C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 17.51%
G = 31.56%
B = 50.93%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4277C0 (or 0x4277C0) is known color: Steel Blue. HEX triplet: 42, 77 and C0. RGB value is (66,119,192). Sum of RGB (Red+Green+Blue) = 66+119+192=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #4277C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277C0 is #BD883F. Grayscale: #6F6F6F. Windows color (decimal): -12421184 or 12613442. OLE color: 12613442.

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

Color convert

RGB 66 119 192 -
CMYK 0.66 0.38 0 0.25
HSL 214.76º 0.5% 0.51% -
HSV(B) 214.76º 0.66% 0.75% -
XYZ 18.36 18.16 52.41 -
YUV 111.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 66 119 192 0.66 0.38 0 0.25 214.76 0.5 0.51
Hex 42 77 C0 42 26 0 19 D7 32 33
Octal 102 167 300 102 46 0 31 327 62 63
Binary 1000010 1110111 11000000 1000010 100110 0 11001 11010111 110010 110011

Color Harmonies of #4277C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277C0

Black with #4277C0

Text Example


Text Example

White with #4277C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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