Html Css Color HEX #4B40A0 Blue Gem

📋 copy color: '#4B40A0'

red 75 ◦ green 64 ◦ blue 160

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

Shades of Blue Gem #4B40A0

Tints of Blue Gem #4B40A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 53.51%

R = 25.08%
G = 21.4%
B = 53.51%

CMYK

 C value IS 0.53

 M value IS 0.6

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4B40A0 (or 0x4B40A0) is known color: Blue Gem. HEX triplet: 4B, 40 and A0. RGB value is (75,64,160). Sum of RGB (Red+Green+Blue) = 75+64+160=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B40A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B40A0 is #B4BF5F. Grayscale: #4D4D4D. Windows color (decimal): -11845472 or 10502219. OLE color: 10502219.

HSL color Cylindrical-coordinate representation of color #4B40A0: hue angle of 246.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B40A0 is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 64 160 -
CMYK 0.53 0.6 0 0.37
HSL 246.88º 0.43% 0.44% -
HSV(B) 246.88º 0.6% 0.63% -
XYZ 11.08 7.7 34.16 -
YUV 78.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 75 64 160 0.53 0.6 0 0.37 246.88 0.43 0.44
Hex 4B 40 A0 35 3C 0 25 F7 2B 2C
Octal 113 100 240 65 74 0 45 367 53 54
Binary 1001011 1000000 10100000 110101 111100 0 100101 11110111 101011 101100

Color Harmonies of #4B40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B40A0

Black with #4B40A0

Text Example


Text Example

White with #4B40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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