Html Css Color HEX #4946AF Rich Blue

📋 copy color: '#4946AF'

red 73 ◦ green 70 ◦ blue 175

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

Shades of Rich Blue #4946AF

Tints of Rich Blue #4946AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 22.96%
G = 22.01%
B = 55.03%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4946AF (or 0x4946AF) is known color: Rich Blue. HEX triplet: 49, 46 and AF. RGB value is (73,70,175). Sum of RGB (Red+Green+Blue) = 73+70+175=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #4946AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4946AF is #B6B950. Grayscale: #525252. Windows color (decimal): -11974993 or 11486793. OLE color: 11486793.

HSL color Cylindrical-coordinate representation of color #4946AF: hue angle of 241.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4946AF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 70 175 -
CMYK 0.58 0.60 0 0.31
HSL 241.71º 0.43% 0.48% -
HSV(B) 241.71º 0.6% 0.69% -
XYZ 12.68 8.89 41.61 -
YUV 82.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 73 70 175 0.58 0.60 0 0.31 241.71 0.43 0.48
Hex 49 46 AF 3A 3C 0 1F F2 2B 30
Octal 111 106 257 72 74 0 37 362 53 60
Binary 1001001 1000110 10101111 111010 111100 0 11111 11110010 101011 110000

Color Harmonies of #4946AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946AF

Black with #4946AF

Text Example


Text Example

White with #4946AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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