Html Css Color HEX #4B409E Blue Gem

📋 copy color: '#4B409E'

red 75 ◦ green 64 ◦ blue 158

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

Shades of Blue Gem #4B409E

Tints of Blue Gem #4B409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 25.25%
G = 21.55%
B = 53.2%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B409E (or 0x4B409E) is known color: Blue Gem. HEX triplet: 4B, 40 and 9E. RGB value is (75,64,158). Sum of RGB (Red+Green+Blue) = 75+64+158=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B409E is #B4BF61. Grayscale: #4D4D4D. Windows color (decimal): -11845474 or 10371147. OLE color: 10371147.

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

Color convert

RGB 75 64 158 -
CMYK 0.53 0.59 0 0.38
HSL 247.02º 0.42% 0.44% -
HSV(B) 247.02º 0.59% 0.62% -
XYZ 10.91 7.63 33.25 -
YUV 78.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 75 64 158 0.53 0.59 0 0.38 247.02 0.42 0.44
Hex 4B 40 9E 35 3B 0 26 F7 2A 2C
Octal 113 100 236 65 73 0 46 367 52 54
Binary 1001011 1000000 10011110 110101 111011 0 100110 11110111 101010 101100

Color Harmonies of #4B409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B409E

Black with #4B409E

Text Example


Text Example

White with #4B409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,158); }

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

background-color css

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

 a { background-color: rgb(75,64,158); }

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

border-color css

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

 span { border-color: rgb(75,64,158); }

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