Html Css Color HEX #4A3367 Blue Diamond

📋 copy color: '#4A3367'

red 74 ◦ green 51 ◦ blue 103

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

Shades of Blue Diamond #4A3367

Tints of Blue Diamond #4A3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.18%

R = 32.46%
G = 22.37%
B = 45.18%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A3367 (or 0x4A3367) is known color: Blue Diamond. HEX triplet: 4A, 33 and 67. RGB value is (74,51,103). Sum of RGB (Red+Green+Blue) = 74+51+103=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3367 is #B5CC98. Grayscale: #3F3F3F. Windows color (decimal): -11914393 or 6763338. OLE color: 6763338.

HSL color Cylindrical-coordinate representation of color #4A3367: hue angle of 266.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3367 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 51 103 -
CMYK 0.28 0.50 0 0.60
HSL 266.54º 0.34% 0.3% -
HSV(B) 266.54º 0.5% 0.4% -
XYZ 6.46 4.8 13.42 -
YUV 63.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 74 51 103 0.28 0.50 0 0.60 266.54 0.34 0.3
Hex 4A 33 67 1C 32 0 3C 10B 22 1E
Octal 112 63 147 34 62 0 74 413 42 36
Binary 1001010 110011 1100111 11100 110010 0 111100 100001011 100010 11110

Color Harmonies of #4A3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3367

Black with #4A3367

Text Example


Text Example

White with #4A3367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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