Html Css Color HEX #4946B6 Rich Blue

📋 copy color: '#4946B6'

red 73 ◦ green 70 ◦ blue 182

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

Shades of Rich Blue #4946B6

Tints of Rich Blue #4946B6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 182 (71.48% from 255) = 56%

R = 22.46%
G = 21.54%
B = 56%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4946B6 (or 0x4946B6) is known color: Rich Blue. HEX triplet: 49, 46 and B6. RGB value is (73,70,182). Sum of RGB (Red+Green+Blue) = 73+70+182=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #4946B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946B6 is #B6B949. Grayscale: #535353. Windows color (decimal): -11974986 or 11945545. OLE color: 11945545.

HSL color Cylindrical-coordinate representation of color #4946B6: hue angle of 241.61º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4946B6 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 70 182 -
CMYK 0.60 0.62 0 0.29
HSL 241.61º 0.44% 0.49% -
HSV(B) 241.61º 0.62% 0.71% -
XYZ 13.38 9.17 45.32 -
YUV 83.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 73 70 182 0.60 0.62 0 0.29 241.61 0.44 0.49
Hex 49 46 B6 3C 3E 0 1D F2 2C 31
Octal 111 106 266 74 76 0 35 362 54 61
Binary 1001001 1000110 10110110 111100 111110 0 11101 11110010 101100 110001

Color Harmonies of #4946B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946B6

Black with #4946B6

Text Example


Text Example

White with #4946B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4946B6; }

 p { color: rgb(73,70,182); }

 H1.HeaderClassName
 {
   color: #4946B6;
 }
 .AnyTagClassName
 {
   color: #4946B6;
 }
</style>

background-color css

<style>
 a { background-color: #4946B6; }

 a { background-color: rgb(73,70,182); }

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

border-color css

<style>
 span { border-color: #4946B6; }

 span { border-color: rgb(73,70,182); }

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