Html Css Color HEX #4C92BE Steel Blue

📋 copy color: '#4C92BE'

red 76 ◦ green 146 ◦ blue 190

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

Shades of Steel Blue #4C92BE

Tints of Steel Blue #4C92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 18.45%
G = 35.44%
B = 46.12%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C92BE (or 0x4C92BE) is known color: Steel Blue. HEX triplet: 4C, 92 and BE. RGB value is (76,146,190). Sum of RGB (Red+Green+Blue) = 76+146+190=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92BE is #B36D41. Grayscale: #818181. Windows color (decimal): -11758914 or 12489292. OLE color: 12489292.

HSL color Cylindrical-coordinate representation of color #4C92BE: hue angle of 203.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C92BE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 146 190 -
CMYK 0.60 0.23 0 0.25
HSL 203.16º 0.47% 0.52% -
HSV(B) 203.16º 0.6% 0.75% -
XYZ 22.55 25.81 52.51 -
YUV 130.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 76 146 190 0.60 0.23 0 0.25 203.16 0.47 0.52
Hex 4C 92 BE 3C 17 0 19 CB 2F 34
Octal 114 222 276 74 27 0 31 313 57 64
Binary 1001100 10010010 10111110 111100 10111 0 11001 11001011 101111 110100

Color Harmonies of #4C92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C92BE

Black with #4C92BE

Text Example


Text Example

White with #4C92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,190); }

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

background-color css

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

 a { background-color: rgb(76,146,190); }

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

border-color css

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

 span { border-color: rgb(76,146,190); }

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