Html Css Color HEX #4A2E6C Blue Diamond

📋 copy color: '#4A2E6C'

red 74 ◦ green 46 ◦ blue 108

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

Shades of Blue Diamond #4A2E6C

Tints of Blue Diamond #4A2E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 32.46%
G = 20.18%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A2E6C (or 0x4A2E6C) is known color: Blue Diamond. HEX triplet: 4A, 2E and 6C. RGB value is (74,46,108). Sum of RGB (Red+Green+Blue) = 74+46+108=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A2E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E6C is #B5D193. Grayscale: #3D3D3D. Windows color (decimal): -11915668 or 7089738. OLE color: 7089738.

HSL color Cylindrical-coordinate representation of color #4A2E6C: hue angle of 267.1º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2E6C is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 46 108 -
CMYK 0.31 0.57 0 0.58
HSL 267.1º 0.4% 0.3% -
HSV(B) 267.1º 0.57% 0.42% -
XYZ 6.51 4.49 14.71 -
YUV 61.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 74 46 108 0.31 0.57 0 0.58 267.1 0.4 0.3
Hex 4A 2E 6C 1F 39 0 3A 10B 28 1E
Octal 112 56 154 37 71 0 72 413 50 36
Binary 1001010 101110 1101100 11111 111001 0 111010 100001011 101000 11110

Color Harmonies of #4A2E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E6C

Black with #4A2E6C

Text Example


Text Example

White with #4A2E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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