Html Css Color HEX #4775B9 Steel Blue

📋 copy color: '#4775B9'

red 71 ◦ green 117 ◦ blue 185

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

Shades of Steel Blue #4775B9

Tints of Steel Blue #4775B9

RGB

 RED value IS 71 (28.13% from 255) = 19.03%

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 19.03%
G = 31.37%
B = 49.6%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4775B9 (or 0x4775B9) is known color: Steel Blue. HEX triplet: 47, 75 and B9. RGB value is (71,117,185). Sum of RGB (Red+Green+Blue) = 71+117+185=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #4775B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775B9 is #B88A46. Grayscale: #6E6E6E. Windows color (decimal): -12094023 or 12154183. OLE color: 12154183.

HSL color Cylindrical-coordinate representation of color #4775B9: hue angle of 215.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4775B9 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 117 185 -
CMYK 0.62 0.37 0 0.27
HSL 215.79º 0.45% 0.5% -
HSV(B) 215.79º 0.62% 0.73% -
XYZ 17.72 17.56 48.36 -
YUV 111 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 71 117 185 0.62 0.37 0 0.27 215.79 0.45 0.5
Hex 47 75 B9 3E 25 0 1B D8 2D 32
Octal 107 165 271 76 45 0 33 330 55 62
Binary 1000111 1110101 10111001 111110 100101 0 11011 11011000 101101 110010

Color Harmonies of #4775B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4775B9

Black with #4775B9

Text Example


Text Example

White with #4775B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4775B9; }

 p { color: rgb(71,117,185); }

 H1.HeaderClassName
 {
   color: #4775B9;
 }
 .AnyTagClassName
 {
   color: #4775B9;
 }
</style>

background-color css

<style>
 a { background-color: #4775B9; }

 a { background-color: rgb(71,117,185); }

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

border-color css

<style>
 span { border-color: #4775B9; }

 span { border-color: rgb(71,117,185); }

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