Html Css Color HEX #4A336D Blue Diamond

📋 copy color: '#4A336D'

red 74 ◦ green 51 ◦ blue 109

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

Shades of Blue Diamond #4A336D

Tints of Blue Diamond #4A336D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.58%

R = 31.62%
G = 21.79%
B = 46.58%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A336D (or 0x4A336D) is known color: Blue Diamond. HEX triplet: 4A, 33 and 6D. RGB value is (74,51,109). Sum of RGB (Red+Green+Blue) = 74+51+109=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A336D is #B5CC92. Grayscale: #404040. Windows color (decimal): -11914387 or 7156554. OLE color: 7156554.

HSL color Cylindrical-coordinate representation of color #4A336D: hue angle of 263.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A336D is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 51 109 -
CMYK 0.32 0.53 0 0.57
HSL 263.79º 0.36% 0.31% -
HSV(B) 263.79º 0.53% 0.43% -
XYZ 6.77 4.93 15.06 -
YUV 64.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 74 51 109 0.32 0.53 0 0.57 263.79 0.36 0.31
Hex 4A 33 6D 20 35 0 39 108 24 1F
Octal 112 63 155 40 65 0 71 410 44 37
Binary 1001010 110011 1101101 100000 110101 0 111001 100001000 100100 11111

Color Harmonies of #4A336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A336D

Black with #4A336D

Text Example


Text Example

White with #4A336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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