Html Css Color HEX #4B269B Blue Gem

📋 copy color: '#4B269B'

red 75 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #4B269B

Tints of Blue Gem #4B269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 27.99%
G = 14.18%
B = 57.84%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B269B (or 0x4B269B) is known color: Blue Gem. HEX triplet: 4B, 26 and 9B. RGB value is (75,38,155). Sum of RGB (Red+Green+Blue) = 75+38+155=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B269B is #B4D964. Grayscale: #3D3D3D. Windows color (decimal): -11852133 or 10167883. OLE color: 10167883.

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

Color convert

RGB 75 38 155 -
CMYK 0.52 0.75 0 0.39
HSL 258.97º 0.61% 0.38% -
HSV(B) 258.97º 0.75% 0.61% -
XYZ 9.51 5.25 31.52 -
YUV 62.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 75 38 155 0.52 0.75 0 0.39 258.97 0.61 0.38
Hex 4B 26 9B 34 4B 0 27 103 3D 26
Octal 113 46 233 64 113 0 47 403 75 46
Binary 1001011 100110 10011011 110100 1001011 0 100111 100000011 111101 100110

Color Harmonies of #4B269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B269B

Black with #4B269B

Text Example


Text Example

White with #4B269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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