Html Css Color HEX #4C7AB3 Steel Blue

📋 copy color: '#4C7AB3'

red 76 ◦ green 122 ◦ blue 179

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

Shades of Steel Blue #4C7AB3

Tints of Steel Blue #4C7AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 20.16%
G = 32.36%
B = 47.48%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4C7AB3 (or 0x4C7AB3) is known color: Steel Blue. HEX triplet: 4C, 7A and B3. RGB value is (76,122,179). Sum of RGB (Red+Green+Blue) = 76+122+179=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C7AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7AB3 is #B3854C. Grayscale: #727272. Windows color (decimal): -11765069 or 11762252. OLE color: 11762252.

HSL color Cylindrical-coordinate representation of color #4C7AB3: hue angle of 213.2º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C7AB3 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 122 179 -
CMYK 0.58 0.32 0 0.30
HSL 213.2º 0.4% 0.5% -
HSV(B) 213.2º 0.58% 0.7% -
XYZ 18.08 18.71 45.31 -
YUV 114.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 76 122 179 0.58 0.32 0 0.30 213.2 0.4 0.5
Hex 4C 7A B3 3A 20 0 1E D5 28 32
Octal 114 172 263 72 40 0 36 325 50 62
Binary 1001100 1111010 10110011 111010 100000 0 11110 11010101 101000 110010

Color Harmonies of #4C7AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7AB3

Black with #4C7AB3

Text Example


Text Example

White with #4C7AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,122,179); }

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

background-color css

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

 a { background-color: rgb(76,122,179); }

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

border-color css

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

 span { border-color: rgb(76,122,179); }

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