Html Css Color HEX #4F44BE Rich Blue

📋 copy color: '#4F44BE'

red 79 ◦ green 68 ◦ blue 190

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

Shades of Rich Blue #4F44BE

Tints of Rich Blue #4F44BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 23.44%
G = 20.18%
B = 56.38%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F44BE (or 0x4F44BE) is known color: Rich Blue. HEX triplet: 4F, 44 and BE. RGB value is (79,68,190). Sum of RGB (Red+Green+Blue) = 79+68+190=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44BE is #B0BB41. Grayscale: #545454. Windows color (decimal): -11582274 or 12469327. OLE color: 12469327.

HSL color Cylindrical-coordinate representation of color #4F44BE: hue angle of 245.41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F44BE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 68 190 -
CMYK 0.58 0.64 0 0.25
HSL 245.41º 0.48% 0.51% -
HSV(B) 245.41º 0.64% 0.75% -
XYZ 14.59 9.51 49.78 -
YUV 85.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 79 68 190 0.58 0.64 0 0.25 245.41 0.48 0.51
Hex 4F 44 BE 3A 40 0 19 F5 30 33
Octal 117 104 276 72 100 0 31 365 60 63
Binary 1001111 1000100 10111110 111010 1000000 0 11001 11110101 110000 110011

Color Harmonies of #4F44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F44BE

Black with #4F44BE

Text Example


Text Example

White with #4F44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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