Html Css Color HEX #4A286E Blue Diamond

📋 copy color: '#4A286E'

red 74 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #4A286E

Tints of Blue Diamond #4A286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 33.04%
G = 17.86%
B = 49.11%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A286E (or 0x4A286E) is known color: Blue Diamond. HEX triplet: 4A, 28 and 6E. RGB value is (74,40,110). Sum of RGB (Red+Green+Blue) = 74+40+110=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A286E is #B5D791. Grayscale: #393939. Windows color (decimal): -11917202 or 7219274. OLE color: 7219274.

HSL color Cylindrical-coordinate representation of color #4A286E: hue angle of 269.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A286E is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 40 110 -
CMYK 0.33 0.64 0 0.57
HSL 269.14º 0.47% 0.29% -
HSV(B) 269.14º 0.64% 0.43% -
XYZ 6.4 4.1 15.21 -
YUV 58.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 74 40 110 0.33 0.64 0 0.57 269.14 0.47 0.29
Hex 4A 28 6E 21 40 0 39 10D 2F 1D
Octal 112 50 156 41 100 0 71 415 57 35
Binary 1001010 101000 1101110 100001 1000000 0 111001 100001101 101111 11101

Color Harmonies of #4A286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A286E

Black with #4A286E

Text Example


Text Example

White with #4A286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,110); }

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

background-color css

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

 a { background-color: rgb(74,40,110); }

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

border-color css

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

 span { border-color: rgb(74,40,110); }

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