Html Css Color HEX #4B45AD Rich Blue

📋 copy color: '#4B45AD'

red 75 ◦ green 69 ◦ blue 173

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

Shades of Rich Blue #4B45AD

Tints of Rich Blue #4B45AD

RGB

 RED value IS 75 (29.69% from 255) = 23.66%

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

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

R = 23.66%
G = 21.77%
B = 54.57%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B45AD (or 0x4B45AD) is known color: Rich Blue. HEX triplet: 4B, 45 and AD. RGB value is (75,69,173). Sum of RGB (Red+Green+Blue) = 75+69+173=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B45AD is #B4BA52. Grayscale: #525252. Windows color (decimal): -11844179 or 11355467. OLE color: 11355467.

HSL color Cylindrical-coordinate representation of color #4B45AD: hue angle of 243.46º 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 #4B45AD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 69 173 -
CMYK 0.57 0.60 0 0.32
HSL 243.46º 0.43% 0.47% -
HSV(B) 243.46º 0.6% 0.68% -
XYZ 12.57 8.77 40.57 -
YUV 82.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 75 69 173 0.57 0.60 0 0.32 243.46 0.43 0.47
Hex 4B 45 AD 39 3C 0 20 F3 2B 2F
Octal 113 105 255 71 74 0 40 363 53 57
Binary 1001011 1000101 10101101 111001 111100 0 100000 11110011 101011 101111

Color Harmonies of #4B45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B45AD

Black with #4B45AD

Text Example


Text Example

White with #4B45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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