Html Css Color HEX #4C45AD Rich Blue

📋 copy color: '#4C45AD'

red 76 ◦ green 69 ◦ blue 173

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

Shades of Rich Blue #4C45AD

Tints of Rich Blue #4C45AD

RGB

 RED value IS 76 (30.08% from 255) = 23.9%

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 23.9%
G = 21.7%
B = 54.4%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C45AD (or 0x4C45AD) is known color: Rich Blue. HEX triplet: 4C, 45 and AD. RGB value is (76,69,173). Sum of RGB (Red+Green+Blue) = 76+69+173=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C45AD is #B3BA52. Grayscale: #525252. Windows color (decimal): -11778643 or 11355468. OLE color: 11355468.

HSL color Cylindrical-coordinate representation of color #4C45AD: hue angle of 244.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C45AD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 69 173 -
CMYK 0.56 0.60 0 0.32
HSL 244.04º 0.43% 0.47% -
HSV(B) 244.04º 0.6% 0.68% -
XYZ 12.65 8.81 40.57 -
YUV 82.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 76 69 173 0.56 0.60 0 0.32 244.04 0.43 0.47
Hex 4C 45 AD 38 3C 0 20 F4 2B 2F
Octal 114 105 255 70 74 0 40 364 53 57
Binary 1001100 1000101 10101101 111000 111100 0 100000 11110100 101011 101111

Color Harmonies of #4C45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C45AD

Black with #4C45AD

Text Example


Text Example

White with #4C45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C45AD; }

 p { color: rgb(76,69,173); }

 H1.HeaderClassName
 {
   color: #4C45AD;
 }
 .AnyTagClassName
 {
   color: #4C45AD;
 }
</style>

background-color css

<style>
 a { background-color: #4C45AD; }

 a { background-color: rgb(76,69,173); }

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

border-color css

<style>
 span { border-color: #4C45AD; }

 span { border-color: rgb(76,69,173); }

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