Html Css Color HEX #4F469C Blue Gem

📋 copy color: '#4F469C'

red 79 ◦ green 70 ◦ blue 156

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

Shades of Blue Gem #4F469C

Tints of Blue Gem #4F469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 25.9%
G = 22.95%
B = 51.15%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F469C (or 0x4F469C) is known color: Blue Gem. HEX triplet: 4F, 46 and 9C. RGB value is (79,70,156). Sum of RGB (Red+Green+Blue) = 79+70+156=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F469C is #B0B963. Grayscale: #525252. Windows color (decimal): -11581796 or 10241615. OLE color: 10241615.

HSL color Cylindrical-coordinate representation of color #4F469C: hue angle of 246.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F469C is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 70 156 -
CMYK 0.49 0.55 0 0.39
HSL 246.28º 0.38% 0.44% -
HSV(B) 246.28º 0.55% 0.61% -
XYZ 11.42 8.44 32.48 -
YUV 82.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 79 70 156 0.49 0.55 0 0.39 246.28 0.38 0.44
Hex 4F 46 9C 31 37 0 27 F6 26 2C
Octal 117 106 234 61 67 0 47 366 46 54
Binary 1001111 1000110 10011100 110001 110111 0 100111 11110110 100110 101100

Color Harmonies of #4F469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F469C

Black with #4F469C

Text Example


Text Example

White with #4F469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,156); }

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

background-color css

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

 a { background-color: rgb(79,70,156); }

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

border-color css

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

 span { border-color: rgb(79,70,156); }

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