Html Css Color HEX #4F44B9 Rich Blue

📋 copy color: '#4F44B9'

red 79 ◦ green 68 ◦ blue 185

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

Shades of Rich Blue #4F44B9

Tints of Rich Blue #4F44B9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 185 (72.66% from 255) = 55.72%

R = 23.8%
G = 20.48%
B = 55.72%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F44B9 (or 0x4F44B9) is known color: Rich Blue. HEX triplet: 4F, 44 and B9. RGB value is (79,68,185). Sum of RGB (Red+Green+Blue) = 79+68+185=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F44B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44B9 is #B0BB46. Grayscale: #545454. Windows color (decimal): -11582279 or 12141647. OLE color: 12141647.

HSL color Cylindrical-coordinate representation of color #4F44B9: hue angle of 245.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F44B9 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 68 185 -
CMYK 0.57 0.63 0 0.27
HSL 245.64º 0.46% 0.5% -
HSV(B) 245.64º 0.63% 0.73% -
XYZ 14.05 9.3 46.95 -
YUV 84.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 79 68 185 0.57 0.63 0 0.27 245.64 0.46 0.5
Hex 4F 44 B9 39 3F 0 1B F6 2E 32
Octal 117 104 271 71 77 0 33 366 56 62
Binary 1001111 1000100 10111001 111001 111111 0 11011 11110110 101110 110010

Color Harmonies of #4F44B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F44B9

Black with #4F44B9

Text Example


Text Example

White with #4F44B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,185); }

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

background-color css

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

 a { background-color: rgb(79,68,185); }

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

border-color css

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

 span { border-color: rgb(79,68,185); }

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