Html Css Color HEX #4C7BBA Steel Blue

📋 copy color: '#4C7BBA'

red 76 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #4C7BBA

Tints of Steel Blue #4C7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 19.74%
G = 31.95%
B = 48.31%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C7BBA (or 0x4C7BBA) is known color: Steel Blue. HEX triplet: 4C, 7B and BA. RGB value is (76,123,186). Sum of RGB (Red+Green+Blue) = 76+123+186=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BBA is #B38445. Grayscale: #737373. Windows color (decimal): -11764806 or 12221260. OLE color: 12221260.

HSL color Cylindrical-coordinate representation of color #4C7BBA: hue angle of 214.36º 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 #4C7BBA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 123 186 -
CMYK 0.59 0.34 0 0.27
HSL 214.36º 0.44% 0.51% -
HSV(B) 214.36º 0.59% 0.73% -
XYZ 18.93 19.25 49.17 -
YUV 116.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 76 123 186 0.59 0.34 0 0.27 214.36 0.44 0.51
Hex 4C 7B BA 3B 22 0 1B D6 2C 33
Octal 114 173 272 73 42 0 33 326 54 63
Binary 1001100 1111011 10111010 111011 100010 0 11011 11010110 101100 110011

Color Harmonies of #4C7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BBA

Black with #4C7BBA

Text Example


Text Example

White with #4C7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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