Html Css Color HEX #4B269F Blue Gem

📋 copy color: '#4B269F'

red 75 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #4B269F

Tints of Blue Gem #4B269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

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

R = 27.57%
G = 13.97%
B = 58.46%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B269F (or 0x4B269F) is known color: Blue Gem. HEX triplet: 4B, 26 and 9F. RGB value is (75,38,159). Sum of RGB (Red+Green+Blue) = 75+38+159=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B269F is #B4D960. Grayscale: #3E3E3E. Windows color (decimal): -11852129 or 10430027. OLE color: 10430027.

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

Color convert

RGB 75 38 159 -
CMYK 0.53 0.76 0 0.38
HSL 258.35º 0.61% 0.39% -
HSV(B) 258.35º 0.76% 0.62% -
XYZ 9.85 5.39 33.32 -
YUV 62.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 75 38 159 0.53 0.76 0 0.38 258.35 0.61 0.39
Hex 4B 26 9F 35 4C 0 26 102 3D 27
Octal 113 46 237 65 114 0 46 402 75 47
Binary 1001011 100110 10011111 110101 1001100 0 100110 100000010 111101 100111

Color Harmonies of #4B269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B269F

Black with #4B269F

Text Example


Text Example

White with #4B269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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