Html Css Color HEX #4B449F Blue Gem

📋 copy color: '#4B449F'

red 75 ◦ green 68 ◦ blue 159

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

Shades of Blue Gem #4B449F

Tints of Blue Gem #4B449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 24.83%
G = 22.52%
B = 52.65%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B449F (or 0x4B449F) is known color: Blue Gem. HEX triplet: 4B, 44 and 9F. RGB value is (75,68,159). Sum of RGB (Red+Green+Blue) = 75+68+159=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B449F is #B4BB60. Grayscale: #505050. Windows color (decimal): -11844449 or 10437707. OLE color: 10437707.

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

Color convert

RGB 75 68 159 -
CMYK 0.53 0.57 0 0.38
HSL 244.62º 0.4% 0.45% -
HSV(B) 244.62º 0.57% 0.62% -
XYZ 11.23 8.13 33.78 -
YUV 80.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 75 68 159 0.53 0.57 0 0.38 244.62 0.4 0.45
Hex 4B 44 9F 35 39 0 26 F5 28 2D
Octal 113 104 237 65 71 0 46 365 50 55
Binary 1001011 1000100 10011111 110101 111001 0 100110 11110101 101000 101101

Color Harmonies of #4B449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B449F

Black with #4B449F

Text Example


Text Example

White with #4B449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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