Html Css Color HEX #4B7CA5 Steel Blue

📋 copy color: '#4B7CA5'

red 75 ◦ green 124 ◦ blue 165

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

Shades of Steel Blue #4B7CA5

Tints of Steel Blue #4B7CA5

RGB

 RED value IS 75 (29.69% from 255) = 20.6%

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 20.6%
G = 34.07%
B = 45.33%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4B7CA5 (or 0x4B7CA5) is known color: Steel Blue. HEX triplet: 4B, 7C and A5. RGB value is (75,124,165). Sum of RGB (Red+Green+Blue) = 75+124+165=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #4B7CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CA5 is #B4835A. Grayscale: #717171. Windows color (decimal): -11830107 or 10845259. OLE color: 10845259.

HSL color Cylindrical-coordinate representation of color #4B7CA5: hue angle of 207.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B7CA5 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 124 165 -
CMYK 0.55 0.25 0 0.35
HSL 207.33º 0.38% 0.47% -
HSV(B) 207.33º 0.55% 0.65% -
XYZ 16.9 18.63 38.3 -
YUV 114.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 75 124 165 0.55 0.25 0 0.35 207.33 0.38 0.47
Hex 4B 7C A5 37 19 0 23 CF 26 2F
Octal 113 174 245 67 31 0 43 317 46 57
Binary 1001011 1111100 10100101 110111 11001 0 100011 11001111 100110 101111

Color Harmonies of #4B7CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7CA5

Black with #4B7CA5

Text Example


Text Example

White with #4B7CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,124,165); }

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

background-color css

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

 a { background-color: rgb(75,124,165); }

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

border-color css

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

 span { border-color: rgb(75,124,165); }

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