Html Css Color HEX #4F4CB1 Rich Blue

📋 copy color: '#4F4CB1'

red 79 ◦ green 76 ◦ blue 177

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

Shades of Rich Blue #4F4CB1

Tints of Rich Blue #4F4CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 177 (69.53% from 255) = 53.31%

R = 23.8%
G = 22.89%
B = 53.31%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F4CB1 (or 0x4F4CB1) is known color: Rich Blue. HEX triplet: 4F, 4C and B1. RGB value is (79,76,177). Sum of RGB (Red+Green+Blue) = 79+76+177=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F4CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4CB1 is #B0B34E. Grayscale: #585858. Windows color (decimal): -11580239 or 11619407. OLE color: 11619407.

HSL color Cylindrical-coordinate representation of color #4F4CB1: hue angle of 241.78º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F4CB1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 76 177 -
CMYK 0.55 0.57 0 0.31
HSL 241.78º 0.4% 0.5% -
HSV(B) 241.78º 0.57% 0.69% -
XYZ 13.74 10.01 42.8 -
YUV 88.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 79 76 177 0.55 0.57 0 0.31 241.78 0.4 0.5
Hex 4F 4C B1 37 39 0 1F F2 28 32
Octal 117 114 261 67 71 0 37 362 50 62
Binary 1001111 1001100 10110001 110111 111001 0 11111 11110010 101000 110010

Color Harmonies of #4F4CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CB1

Black with #4F4CB1

Text Example


Text Example

White with #4F4CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,177); }

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

background-color css

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

 a { background-color: rgb(79,76,177); }

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

border-color css

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

 span { border-color: rgb(79,76,177); }

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