Html Css Color HEX #4A2E67 Blue Diamond

📋 copy color: '#4A2E67'

red 74 ◦ green 46 ◦ blue 103

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

Shades of Blue Diamond #4A2E67

Tints of Blue Diamond #4A2E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

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

R = 33.18%
G = 20.63%
B = 46.19%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A2E67 (or 0x4A2E67) is known color: Blue Diamond. HEX triplet: 4A, 2E and 67. RGB value is (74,46,103). Sum of RGB (Red+Green+Blue) = 74+46+103=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E67 is #B5D198. Grayscale: #3C3C3C. Windows color (decimal): -11915673 or 6762058. OLE color: 6762058.

HSL color Cylindrical-coordinate representation of color #4A2E67: hue angle of 269.47º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A2E67 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 46 103 -
CMYK 0.28 0.55 0 0.60
HSL 269.47º 0.38% 0.29% -
HSV(B) 269.47º 0.55% 0.4% -
XYZ 6.25 4.39 13.35 -
YUV 60.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 74 46 103 0.28 0.55 0 0.60 269.47 0.38 0.29
Hex 4A 2E 67 1C 37 0 3C 10D 26 1D
Octal 112 56 147 34 67 0 74 415 46 35
Binary 1001010 101110 1100111 11100 110111 0 111100 100001101 100110 11101

Color Harmonies of #4A2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E67

Black with #4A2E67

Text Example


Text Example

White with #4A2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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