Html Css Color HEX #4840AF Rich Blue

📋 copy color: '#4840AF'

red 72 ◦ green 64 ◦ blue 175

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

Shades of Rich Blue #4840AF

Tints of Rich Blue #4840AF

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 23.15%
G = 20.58%
B = 56.27%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4840AF (or 0x4840AF) is known color: Rich Blue. HEX triplet: 48, 40 and AF. RGB value is (72,64,175). Sum of RGB (Red+Green+Blue) = 72+64+175=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4840AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4840AF is #B7BF50. Grayscale: #4E4E4E. Windows color (decimal): -12042065 or 11485256. OLE color: 11485256.

HSL color Cylindrical-coordinate representation of color #4840AF: hue angle of 244.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4840AF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 64 175 -
CMYK 0.59 0.63 0 0.31
HSL 244.32º 0.46% 0.47% -
HSV(B) 244.32º 0.63% 0.69% -
XYZ 12.24 8.14 41.48 -
YUV 79.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 72 64 175 0.59 0.63 0 0.31 244.32 0.46 0.47
Hex 48 40 AF 3B 3F 0 1F F4 2E 2F
Octal 110 100 257 73 77 0 37 364 56 57
Binary 1001000 1000000 10101111 111011 111111 0 11111 11110100 101110 101111

Color Harmonies of #4840AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4840AF

Black with #4840AF

Text Example


Text Example

White with #4840AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,64,175); }

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

background-color css

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

 a { background-color: rgb(72,64,175); }

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

border-color css

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

 span { border-color: rgb(72,64,175); }

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