Html Css Color HEX #4F429C Blue Gem

📋 copy color: '#4F429C'

red 79 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #4F429C

Tints of Blue Gem #4F429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 26.25%
G = 21.93%
B = 51.83%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F429C (or 0x4F429C) is known color: Blue Gem. HEX triplet: 4F, 42 and 9C. RGB value is (79,66,156). Sum of RGB (Red+Green+Blue) = 79+66+156=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F429C is #B0BD63. Grayscale: #4F4F4F. Windows color (decimal): -11582820 or 10240591. OLE color: 10240591.

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

Color convert

RGB 79 66 156 -
CMYK 0.49 0.58 0 0.39
HSL 248.67º 0.41% 0.44% -
HSV(B) 248.67º 0.58% 0.61% -
XYZ 11.17 7.96 32.4 -
YUV 80.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 79 66 156 0.49 0.58 0 0.39 248.67 0.41 0.44
Hex 4F 42 9C 31 3A 0 27 F9 29 2C
Octal 117 102 234 61 72 0 47 371 51 54
Binary 1001111 1000010 10011100 110001 111010 0 100111 11111001 101001 101100

Color Harmonies of #4F429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F429C

Black with #4F429C

Text Example


Text Example

White with #4F429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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