Html Css Color HEX #4B259F Blue Gem

📋 copy color: '#4B259F'

red 75 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #4B259F

Tints of Blue Gem #4B259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

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

R = 27.68%
G = 13.65%
B = 58.67%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B259F (or 0x4B259F) is known color: Blue Gem. HEX triplet: 4B, 25 and 9F. RGB value is (75,37,159). Sum of RGB (Red+Green+Blue) = 75+37+159=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B259F is #B4DA60. Grayscale: #3D3D3D. Windows color (decimal): -11852385 or 10429771. OLE color: 10429771.

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

Color convert

RGB 75 37 159 -
CMYK 0.53 0.77 0 0.38
HSL 258.69º 0.62% 0.38% -
HSV(B) 258.69º 0.77% 0.62% -
XYZ 9.82 5.32 33.31 -
YUV 62.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 75 37 159 0.53 0.77 0 0.38 258.69 0.62 0.38
Hex 4B 25 9F 35 4D 0 26 103 3E 26
Octal 113 45 237 65 115 0 46 403 76 46
Binary 1001011 100101 10011111 110101 1001101 0 100110 100000011 111110 100110

Color Harmonies of #4B259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B259F

Black with #4B259F

Text Example


Text Example

White with #4B259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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