Html Css Color HEX #4775BB Steel Blue

📋 copy color: '#4775BB'

red 71 ◦ green 117 ◦ blue 187

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

Shades of Steel Blue #4775BB

Tints of Steel Blue #4775BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 18.93%
G = 31.2%
B = 49.87%

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

#4775BB (or 0x4775BB) is known color: Steel Blue. HEX triplet: 47, 75 and BB. RGB value is (71,117,187). Sum of RGB (Red+Green+Blue) = 71+117+187=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4775BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775BB is #B88A44. Grayscale: #6E6E6E. Windows color (decimal): -12094021 or 12285255. OLE color: 12285255.

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

Color convert

RGB 71 117 187 -
CMYK 0.62 0.37 0 0.27
HSL 216.21º 0.46% 0.51% -
HSV(B) 216.21º 0.62% 0.73% -
XYZ 17.93 17.65 49.48 -
YUV 111.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 71 117 187 0.62 0.37 0 0.27 216.21 0.46 0.51
Hex 47 75 BB 3E 25 0 1B D8 2E 33
Octal 107 165 273 76 45 0 33 330 56 63
Binary 1000111 1110101 10111011 111110 100101 0 11011 11011000 101110 110011

Color Harmonies of #4775BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4775BB

Black with #4775BB

Text Example


Text Example

White with #4775BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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