Html Css Color HEX #4F53AD Rich Blue

📋 copy color: '#4F53AD'

red 79 ◦ green 83 ◦ blue 173

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

Shades of Rich Blue #4F53AD

Tints of Rich Blue #4F53AD

RGB

 RED value IS 79 (31.25% from 255) = 23.58%

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 23.58%
G = 24.78%
B = 51.64%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F53AD (or 0x4F53AD) is known color: Rich Blue. HEX triplet: 4F, 53 and AD. RGB value is (79,83,173). Sum of RGB (Red+Green+Blue) = 79+83+173=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F53AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F53AD is #B0AC52. Grayscale: #5B5B5B. Windows color (decimal): -11578451 or 11359055. OLE color: 11359055.

HSL color Cylindrical-coordinate representation of color #4F53AD: hue angle of 237.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F53AD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 83 173 -
CMYK 0.54 0.52 0 0.32
HSL 237.45º 0.37% 0.49% -
HSV(B) 237.45º 0.54% 0.68% -
XYZ 13.86 10.87 40.9 -
YUV 92.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 79 83 173 0.54 0.52 0 0.32 237.45 0.37 0.49
Hex 4F 53 AD 36 34 0 20 ED 25 31
Octal 117 123 255 66 64 0 40 355 45 61
Binary 1001111 1010011 10101101 110110 110100 0 100000 11101101 100101 110001

Color Harmonies of #4F53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F53AD

Black with #4F53AD

Text Example


Text Example

White with #4F53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,173); }

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

background-color css

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

 a { background-color: rgb(79,83,173); }

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

border-color css

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

 span { border-color: rgb(79,83,173); }

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