Html Css Color HEX #4956B2 Rich Blue

📋 copy color: '#4956B2'

red 73 ◦ green 86 ◦ blue 178

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

Shades of Rich Blue #4956B2

Tints of Rich Blue #4956B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 178 (69.92% from 255) = 52.82%

R = 21.66%
G = 25.52%
B = 52.82%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4956B2 (or 0x4956B2) is known color: Rich Blue. HEX triplet: 49, 56 and B2. RGB value is (73,86,178). Sum of RGB (Red+Green+Blue) = 73+86+178=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #4956B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956B2 is #B6A94D. Grayscale: #5C5C5C. Windows color (decimal): -11970894 or 11687497. OLE color: 11687497.

HSL color Cylindrical-coordinate representation of color #4956B2: hue angle of 232.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4956B2 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 86 178 -
CMYK 0.59 0.52 0 0.30
HSL 232.57º 0.42% 0.49% -
HSV(B) 232.57º 0.59% 0.7% -
XYZ 14.11 11.29 43.55 -
YUV 92.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 73 86 178 0.59 0.52 0 0.30 232.57 0.42 0.49
Hex 49 56 B2 3B 34 0 1E E9 2A 31
Octal 111 126 262 73 64 0 36 351 52 61
Binary 1001001 1010110 10110010 111011 110100 0 11110 11101001 101010 110001

Color Harmonies of #4956B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4956B2

Black with #4956B2

Text Example


Text Example

White with #4956B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4956B2; }

 p { color: rgb(73,86,178); }

 H1.HeaderClassName
 {
   color: #4956B2;
 }
 .AnyTagClassName
 {
   color: #4956B2;
 }
</style>

background-color css

<style>
 a { background-color: #4956B2; }

 a { background-color: rgb(73,86,178); }

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

border-color css

<style>
 span { border-color: #4956B2; }

 span { border-color: rgb(73,86,178); }

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