Html Css Color HEX #4F47BC Rich Blue

📋 copy color: '#4F47BC'

red 79 ◦ green 71 ◦ blue 188

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

Shades of Rich Blue #4F47BC

Tints of Rich Blue #4F47BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 23.37%
G = 21.01%
B = 55.62%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F47BC (or 0x4F47BC) is known color: Rich Blue. HEX triplet: 4F, 47 and BC. RGB value is (79,71,188). Sum of RGB (Red+Green+Blue) = 79+71+188=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47BC is #B0B843. Grayscale: #565656. Windows color (decimal): -11581508 or 12339023. OLE color: 12339023.

HSL color Cylindrical-coordinate representation of color #4F47BC: hue angle of 244.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F47BC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 71 188 -
CMYK 0.58 0.62 0 0.26
HSL 244.1º 0.47% 0.51% -
HSV(B) 244.1º 0.62% 0.74% -
XYZ 14.55 9.8 48.7 -
YUV 86.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 79 71 188 0.58 0.62 0 0.26 244.1 0.47 0.51
Hex 4F 47 BC 3A 3E 0 1A F4 2F 33
Octal 117 107 274 72 76 0 32 364 57 63
Binary 1001111 1000111 10111100 111010 111110 0 11010 11110100 101111 110011

Color Harmonies of #4F47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F47BC

Black with #4F47BC

Text Example


Text Example

White with #4F47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,188); }

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

background-color css

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

 a { background-color: rgb(79,71,188); }

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

border-color css

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

 span { border-color: rgb(79,71,188); }

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