Html Css Color HEX #4C90BA Steel Blue

📋 copy color: '#4C90BA'

red 76 ◦ green 144 ◦ blue 186

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

Shades of Steel Blue #4C90BA

Tints of Steel Blue #4C90BA

RGB

 RED value IS 76 (30.08% from 255) = 18.72%

 GREEN value IS 144 (56.64% from 255) = 35.47%

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

R = 18.72%
G = 35.47%
B = 45.81%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C90BA (or 0x4C90BA) is known color: Steel Blue. HEX triplet: 4C, 90 and BA. RGB value is (76,144,186). Sum of RGB (Red+Green+Blue) = 76+144+186=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C90BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90BA is #B36F45. Grayscale: #808080. Windows color (decimal): -11759430 or 12226636. OLE color: 12226636.

HSL color Cylindrical-coordinate representation of color #4C90BA: hue angle of 202.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C90BA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 144 186 -
CMYK 0.59 0.23 0 0.27
HSL 202.91º 0.44% 0.51% -
HSV(B) 202.91º 0.59% 0.73% -
XYZ 21.82 25.03 50.14 -
YUV 128.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 76 144 186 0.59 0.23 0 0.27 202.91 0.44 0.51
Hex 4C 90 BA 3B 17 0 1B CB 2C 33
Octal 114 220 272 73 27 0 33 313 54 63
Binary 1001100 10010000 10111010 111011 10111 0 11011 11001011 101100 110011

Color Harmonies of #4C90BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C90BA

Black with #4C90BA

Text Example


Text Example

White with #4C90BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C90BA; }

 p { color: rgb(76,144,186); }

 H1.HeaderClassName
 {
   color: #4C90BA;
 }
 .AnyTagClassName
 {
   color: #4C90BA;
 }
</style>

background-color css

<style>
 a { background-color: #4C90BA; }

 a { background-color: rgb(76,144,186); }

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

border-color css

<style>
 span { border-color: #4C90BA; }

 span { border-color: rgb(76,144,186); }

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