Html Css Color HEX #4943AC Rich Blue

📋 copy color: '#4943AC'

red 73 ◦ green 67 ◦ blue 172

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

Shades of Rich Blue #4943AC

Tints of Rich Blue #4943AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 23.4%
G = 21.47%
B = 55.13%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4943AC (or 0x4943AC) is known color: Rich Blue. HEX triplet: 49, 43 and AC. RGB value is (73,67,172). Sum of RGB (Red+Green+Blue) = 73+67+172=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #4943AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4943AC is #B6BC53. Grayscale: #505050. Windows color (decimal): -11975764 or 11289417. OLE color: 11289417.

HSL color Cylindrical-coordinate representation of color #4943AC: hue angle of 243.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4943AC is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 67 172 -
CMYK 0.58 0.61 0 0.33
HSL 243.43º 0.44% 0.47% -
HSV(B) 243.43º 0.61% 0.67% -
XYZ 12.2 8.41 40.01 -
YUV 80.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 73 67 172 0.58 0.61 0 0.33 243.43 0.44 0.47
Hex 49 43 AC 3A 3D 0 21 F3 2C 2F
Octal 111 103 254 72 75 0 41 363 54 57
Binary 1001001 1000011 10101100 111010 111101 0 100001 11110011 101100 101111

Color Harmonies of #4943AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4943AC

Black with #4943AC

Text Example


Text Example

White with #4943AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4943AC; }

 p { color: rgb(73,67,172); }

 H1.HeaderClassName
 {
   color: #4943AC;
 }
 .AnyTagClassName
 {
   color: #4943AC;
 }
</style>

background-color css

<style>
 a { background-color: #4943AC; }

 a { background-color: rgb(73,67,172); }

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

border-color css

<style>
 span { border-color: #4943AC; }

 span { border-color: rgb(73,67,172); }

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