Html Css Color HEX #4772BC Steel Blue

📋 copy color: '#4772BC'

red 71 ◦ green 114 ◦ blue 188

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

Shades of Steel Blue #4772BC

Tints of Steel Blue #4772BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 19.03%
G = 30.56%
B = 50.4%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4772BC (or 0x4772BC) is known color: Steel Blue. HEX triplet: 47, 72 and BC. RGB value is (71,114,188). Sum of RGB (Red+Green+Blue) = 71+114+188=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4772BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772BC is #B88D43. Grayscale: #6D6D6D. Windows color (decimal): -12094788 or 12350023. OLE color: 12350023.

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

Color convert

RGB 71 114 188 -
CMYK 0.62 0.39 0 0.26
HSL 217.95º 0.47% 0.51% -
HSV(B) 217.95º 0.62% 0.74% -
XYZ 17.69 17.01 49.93 -
YUV 109.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 71 114 188 0.62 0.39 0 0.26 217.95 0.47 0.51
Hex 47 72 BC 3E 27 0 1A DA 2F 33
Octal 107 162 274 76 47 0 32 332 57 63
Binary 1000111 1110010 10111100 111110 100111 0 11010 11011010 101111 110011

Color Harmonies of #4772BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772BC

Black with #4772BC

Text Example


Text Example

White with #4772BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,114,188); }

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

background-color css

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

 a { background-color: rgb(71,114,188); }

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

border-color css

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

 span { border-color: rgb(71,114,188); }

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