Html Css Color HEX #4F4DBA Rich Blue

📋 copy color: '#4F4DBA'

red 79 ◦ green 77 ◦ blue 186

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

Shades of Rich Blue #4F4DBA

Tints of Rich Blue #4F4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

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

R = 23.1%
G = 22.51%
B = 54.39%

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

#4F4DBA (or 0x4F4DBA) is known color: Rich Blue. HEX triplet: 4F, 4D and BA. RGB value is (79,77,186). Sum of RGB (Red+Green+Blue) = 79+77+186=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DBA is #B0B245. Grayscale: #595959. Windows color (decimal): -11579974 or 12209487. OLE color: 12209487.

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

Color convert

RGB 79 77 186 -
CMYK 0.58 0.59 0 0.27
HSL 241.1º 0.44% 0.52% -
HSV(B) 241.1º 0.59% 0.73% -
XYZ 14.74 10.52 47.71 -
YUV 90.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 79 77 186 0.58 0.59 0 0.27 241.1 0.44 0.52
Hex 4F 4D BA 3A 3B 0 1B F1 2C 34
Octal 117 115 272 72 73 0 33 361 54 64
Binary 1001111 1001101 10111010 111010 111011 0 11011 11110001 101100 110100

Color Harmonies of #4F4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DBA

Black with #4F4DBA

Text Example


Text Example

White with #4F4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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