Html Css Color HEX #4775BF Steel Blue

📋 copy color: '#4775BF'

red 71 ◦ green 117 ◦ blue 191

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

Shades of Steel Blue #4775BF

Tints of Steel Blue #4775BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 18.73%
G = 30.87%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4775BF (or 0x4775BF) is known color: Steel Blue. HEX triplet: 47, 75 and BF. RGB value is (71,117,191). Sum of RGB (Red+Green+Blue) = 71+117+191=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4775BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775BF is #B88A40. Grayscale: #6F6F6F. Windows color (decimal): -12094017 or 12547399. OLE color: 12547399.

HSL color Cylindrical-coordinate representation of color #4775BF: hue angle of 217º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4775BF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 117 191 -
CMYK 0.63 0.39 0 0.25
HSL 217º 0.48% 0.51% -
HSV(B) 217º 0.63% 0.75% -
XYZ 18.36 17.82 51.76 -
YUV 111.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 71 117 191 0.63 0.39 0 0.25 217 0.48 0.51
Hex 47 75 BF 3F 27 0 19 D9 30 33
Octal 107 165 277 77 47 0 31 331 60 63
Binary 1000111 1110101 10111111 111111 100111 0 11001 11011001 110000 110011

Color Harmonies of #4775BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4775BF

Black with #4775BF

Text Example


Text Example

White with #4775BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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