Html Css Color HEX #4A338B Blue Gem

📋 copy color: '#4A338B'

red 74 ◦ green 51 ◦ blue 139

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

Shades of Blue Gem #4A338B

Tints of Blue Gem #4A338B

RGB

 RED value IS 74 (29.3% from 255) = 28.03%

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 28.03%
G = 19.32%
B = 52.65%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A338B (or 0x4A338B) is known color: Blue Gem. HEX triplet: 4A, 33 and 8B. RGB value is (74,51,139). Sum of RGB (Red+Green+Blue) = 74+51+139=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A338B is #B5CC74. Grayscale: #434343. Windows color (decimal): -11914357 or 9122634. OLE color: 9122634.

HSL color Cylindrical-coordinate representation of color #4A338B: hue angle of 255.68º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A338B is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 51 139 -
CMYK 0.47 0.63 0 0.45
HSL 255.68º 0.46% 0.37% -
HSV(B) 255.68º 0.63% 0.55% -
XYZ 8.67 5.69 25.07 -
YUV 67.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 74 51 139 0.47 0.63 0 0.45 255.68 0.46 0.37
Hex 4A 33 8B 2F 3F 0 2D 100 2E 25
Octal 112 63 213 57 77 0 55 400 56 45
Binary 1001010 110011 10001011 101111 111111 0 101101 100000000 101110 100101

Color Harmonies of #4A338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A338B

Black with #4A338B

Text Example


Text Example

White with #4A338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,139); }

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

background-color css

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

 a { background-color: rgb(74,51,139); }

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

border-color css

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

 span { border-color: rgb(74,51,139); }

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