Html Css Color HEX #4975BC Steel Blue

📋 copy color: '#4975BC'

red 73 ◦ green 117 ◦ blue 188

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

Shades of Steel Blue #4975BC

Tints of Steel Blue #4975BC

RGB

 RED value IS 73 (28.91% from 255) = 19.31%

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 19.31%
G = 30.95%
B = 49.74%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4975BC (or 0x4975BC) is known color: Steel Blue. HEX triplet: 49, 75 and BC. RGB value is (73,117,188). Sum of RGB (Red+Green+Blue) = 73+117+188=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #4975BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975BC is #B68A43. Grayscale: #6F6F6F. Windows color (decimal): -11962948 or 12350793. OLE color: 12350793.

HSL color Cylindrical-coordinate representation of color #4975BC: hue angle of 217.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4975BC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 117 188 -
CMYK 0.61 0.38 0 0.26
HSL 217.04º 0.46% 0.51% -
HSV(B) 217.04º 0.61% 0.74% -
XYZ 18.19 17.77 50.05 -
YUV 111.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 73 117 188 0.61 0.38 0 0.26 217.04 0.46 0.51
Hex 49 75 BC 3D 26 0 1A D9 2E 33
Octal 111 165 274 75 46 0 32 331 56 63
Binary 1001001 1110101 10111100 111101 100110 0 11010 11011001 101110 110011

Color Harmonies of #4975BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975BC

Black with #4975BC

Text Example


Text Example

White with #4975BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4975BC; }

 p { color: rgb(73,117,188); }

 H1.HeaderClassName
 {
   color: #4975BC;
 }
 .AnyTagClassName
 {
   color: #4975BC;
 }
</style>

background-color css

<style>
 a { background-color: #4975BC; }

 a { background-color: rgb(73,117,188); }

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

border-color css

<style>
 span { border-color: #4975BC; }

 span { border-color: rgb(73,117,188); }

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