Html Css Color HEX #4C85BE Steel Blue

📋 copy color: '#4C85BE'

red 76 ◦ green 133 ◦ blue 190

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

Shades of Steel Blue #4C85BE

Tints of Steel Blue #4C85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 19.05%
G = 33.33%
B = 47.62%

CMYK

 C value IS 0.60

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C85BE (or 0x4C85BE) is known color: Steel Blue. HEX triplet: 4C, 85 and BE. RGB value is (76,133,190). Sum of RGB (Red+Green+Blue) = 76+133+190=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85BE is #B37A41. Grayscale: #7A7A7A. Windows color (decimal): -11762242 or 12485964. OLE color: 12485964.

HSL color Cylindrical-coordinate representation of color #4C85BE: hue angle of 210º 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 #4C85BE is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 133 190 -
CMYK 0.60 0.3 0 0.25
HSL 210º 0.47% 0.52% -
HSV(B) 210º 0.6% 0.75% -
XYZ 20.66 22.03 51.88 -
YUV 122.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 76 133 190 0.60 0.3 0 0.25 210 0.47 0.52
Hex 4C 85 BE 3C 1E 0 19 D2 2F 34
Octal 114 205 276 74 36 0 31 322 57 64
Binary 1001100 10000101 10111110 111100 11110 0 11001 11010010 101111 110100

Color Harmonies of #4C85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C85BE

Black with #4C85BE

Text Example


Text Example

White with #4C85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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