Html Css Color HEX #4772B4 Steel Blue

📋 copy color: '#4772B4'

red 71 ◦ green 114 ◦ blue 180

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

Shades of Steel Blue #4772B4

Tints of Steel Blue #4772B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.32%

R = 19.45%
G = 31.23%
B = 49.32%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4772B4 (or 0x4772B4) is known color: Steel Blue. HEX triplet: 47, 72 and B4. RGB value is (71,114,180). Sum of RGB (Red+Green+Blue) = 71+114+180=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #4772B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772B4 is #B88D4B. Grayscale: #6C6C6C. Windows color (decimal): -12094796 or 11825735. OLE color: 11825735.

HSL color Cylindrical-coordinate representation of color #4772B4: hue angle of 216.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4772B4 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 114 180 -
CMYK 0.61 0.37 0 0.29
HSL 216.33º 0.43% 0.49% -
HSV(B) 216.33º 0.61% 0.71% -
XYZ 16.85 16.67 45.51 -
YUV 108.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 71 114 180 0.61 0.37 0 0.29 216.33 0.43 0.49
Hex 47 72 B4 3D 25 0 1D D8 2B 31
Octal 107 162 264 75 45 0 35 330 53 61
Binary 1000111 1110010 10110100 111101 100101 0 11101 11011000 101011 110001

Color Harmonies of #4772B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772B4

Black with #4772B4

Text Example


Text Example

White with #4772B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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