Html Css Color HEX #4F4CBA Rich Blue

📋 copy color: '#4F4CBA'

red 79 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #4F4CBA

Tints of Rich Blue #4F4CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 23.17%
G = 22.29%
B = 54.55%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F4CBA (or 0x4F4CBA) is known color: Rich Blue. HEX triplet: 4F, 4C and BA. RGB value is (79,76,186). Sum of RGB (Red+Green+Blue) = 79+76+186=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CBA is #B0B345. Grayscale: #595959. Windows color (decimal): -11580230 or 12209231. OLE color: 12209231.

HSL color Cylindrical-coordinate representation of color #4F4CBA: hue angle of 241.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4CBA is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 76 186 -
CMYK 0.58 0.59 0 0.27
HSL 241.64º 0.44% 0.51% -
HSV(B) 241.64º 0.59% 0.73% -
XYZ 14.67 10.38 47.68 -
YUV 89.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 79 76 186 0.58 0.59 0 0.27 241.64 0.44 0.51
Hex 4F 4C BA 3A 3B 0 1B F2 2C 33
Octal 117 114 272 72 73 0 33 362 54 63
Binary 1001111 1001100 10111010 111010 111011 0 11011 11110010 101100 110011

Color Harmonies of #4F4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CBA

Black with #4F4CBA

Text Example


Text Example

White with #4F4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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