Html Css Color HEX #4F2FAA Blue Gem

📋 copy color: '#4F2FAA'

red 79 ◦ green 47 ◦ blue 170

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

Shades of Blue Gem #4F2FAA

Tints of Blue Gem #4F2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 26.69%
G = 15.88%
B = 57.43%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F2FAA (or 0x4F2FAA) is known color: Blue Gem. HEX triplet: 4F, 2F and AA. RGB value is (79,47,170). Sum of RGB (Red+Green+Blue) = 79+47+170=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F2FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2FAA is #B0D055. Grayscale: #464646. Windows color (decimal): -11587670 or 11153231. OLE color: 11153231.

HSL color Cylindrical-coordinate representation of color #4F2FAA: hue angle of 255.61º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2FAA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 47 170 -
CMYK 0.54 0.72 0 0.33
HSL 255.61º 0.57% 0.43% -
HSV(B) 255.61º 0.72% 0.67% -
XYZ 11.5 6.6 38.7 -
YUV 70.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 79 47 170 0.54 0.72 0 0.33 255.61 0.57 0.43
Hex 4F 2F AA 36 48 0 21 100 39 2B
Octal 117 57 252 66 110 0 41 400 71 53
Binary 1001111 101111 10101010 110110 1001000 0 100001 100000000 111001 101011

Color Harmonies of #4F2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2FAA

Black with #4F2FAA

Text Example


Text Example

White with #4F2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,47,170); }

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

background-color css

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

 a { background-color: rgb(79,47,170); }

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

border-color css

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

 span { border-color: rgb(79,47,170); }

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