Html Css Color HEX #4B439F Blue Gem

📋 copy color: '#4B439F'

red 75 ◦ green 67 ◦ blue 159

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

Shades of Blue Gem #4B439F

Tints of Blue Gem #4B439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 24.92%
G = 22.26%
B = 52.82%

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

#4B439F (or 0x4B439F) is known color: Blue Gem. HEX triplet: 4B, 43 and 9F. RGB value is (75,67,159). Sum of RGB (Red+Green+Blue) = 75+67+159=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B439F is #B4BC60. Grayscale: #4F4F4F. Windows color (decimal): -11844705 or 10437451. OLE color: 10437451.

HSL color Cylindrical-coordinate representation of color #4B439F: hue angle of 245.22º 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 #4B439F is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 67 159 -
CMYK 0.53 0.58 0 0.38
HSL 245.22º 0.41% 0.44% -
HSV(B) 245.22º 0.58% 0.62% -
XYZ 11.17 8.01 33.76 -
YUV 79.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 75 67 159 0.53 0.58 0 0.38 245.22 0.41 0.44
Hex 4B 43 9F 35 3A 0 26 F5 29 2C
Octal 113 103 237 65 72 0 46 365 51 54
Binary 1001011 1000011 10011111 110101 111010 0 100110 11110101 101001 101100

Color Harmonies of #4B439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B439F

Black with #4B439F

Text Example


Text Example

White with #4B439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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