Html Css Color HEX #4F53AC Rich Blue

📋 copy color: '#4F53AC'

red 79 ◦ green 83 ◦ blue 172

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

Shades of Rich Blue #4F53AC

Tints of Rich Blue #4F53AC

RGB

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

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

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

R = 23.65%
G = 24.85%
B = 51.5%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F53AC (or 0x4F53AC) is known color: Rich Blue. HEX triplet: 4F, 53 and AC. RGB value is (79,83,172). Sum of RGB (Red+Green+Blue) = 79+83+172=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F53AC is #B0AC53. Grayscale: #5B5B5B. Windows color (decimal): -11578452 or 11293519. OLE color: 11293519.

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

Color convert

RGB 79 83 172 -
CMYK 0.54 0.52 0 0.33
HSL 237.42º 0.37% 0.49% -
HSV(B) 237.42º 0.54% 0.67% -
XYZ 13.76 10.83 40.39 -
YUV 91.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 79 83 172 0.54 0.52 0 0.33 237.42 0.37 0.49
Hex 4F 53 AC 36 34 0 21 ED 25 31
Octal 117 123 254 66 64 0 41 355 45 61
Binary 1001111 1010011 10101100 110110 110100 0 100001 11101101 100101 110001

Color Harmonies of #4F53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F53AC

Black with #4F53AC

Text Example


Text Example

White with #4F53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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