Html Css Color HEX #4B429F Blue Gem

📋 copy color: '#4B429F'

red 75 ◦ green 66 ◦ blue 159

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

Shades of Blue Gem #4B429F

Tints of Blue Gem #4B429F

RGB

 RED value IS 75 (29.69% from 255) = 25%

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 25%
G = 22%
B = 53%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B429F (or 0x4B429F) is known color: Blue Gem. HEX triplet: 4B, 42 and 9F. RGB value is (75,66,159). Sum of RGB (Red+Green+Blue) = 75+66+159=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B429F is #B4BD60. Grayscale: #4E4E4E. Windows color (decimal): -11844961 or 10437195. OLE color: 10437195.

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

Color convert

RGB 75 66 159 -
CMYK 0.53 0.58 0 0.38
HSL 245.81º 0.41% 0.44% -
HSV(B) 245.81º 0.58% 0.62% -
XYZ 11.11 7.9 33.74 -
YUV 79.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 75 66 159 0.53 0.58 0 0.38 245.81 0.41 0.44
Hex 4B 42 9F 35 3A 0 26 F6 29 2C
Octal 113 102 237 65 72 0 46 366 51 54
Binary 1001011 1000010 10011111 110101 111010 0 100110 11110110 101001 101100

Color Harmonies of #4B429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B429F

Black with #4B429F

Text Example


Text Example

White with #4B429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,159); }

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

background-color css

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

 a { background-color: rgb(75,66,159); }

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

border-color css

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

 span { border-color: rgb(75,66,159); }

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