Html Css Color HEX #4F56BA Rich Blue

📋 copy color: '#4F56BA'

red 79 ◦ green 86 ◦ blue 186

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

Shades of Rich Blue #4F56BA

Tints of Rich Blue #4F56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 22.51%
G = 24.5%
B = 52.99%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F56BA (or 0x4F56BA) is known color: Rich Blue. HEX triplet: 4F, 56 and BA. RGB value is (79,86,186). Sum of RGB (Red+Green+Blue) = 79+86+186=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F56BA is #B0A945. Grayscale: #5E5E5E. Windows color (decimal): -11577670 or 12211791. OLE color: 12211791.

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

Color convert

RGB 79 86 186 -
CMYK 0.58 0.54 0 0.27
HSL 236.07º 0.44% 0.52% -
HSV(B) 236.07º 0.58% 0.73% -
XYZ 15.42 11.86 47.93 -
YUV 95.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 79 86 186 0.58 0.54 0 0.27 236.07 0.44 0.52
Hex 4F 56 BA 3A 36 0 1B EC 2C 34
Octal 117 126 272 72 66 0 33 354 54 64
Binary 1001111 1010110 10111010 111010 110110 0 11011 11101100 101100 110100

Color Harmonies of #4F56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F56BA

Black with #4F56BA

Text Example


Text Example

White with #4F56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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