Html Css Color HEX #4A286C Blue Diamond

📋 copy color: '#4A286C'

red 74 ◦ green 40 ◦ blue 108

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

Shades of Blue Diamond #4A286C

Tints of Blue Diamond #4A286C

RGB

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

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

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

R = 33.33%
G = 18.02%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A286C (or 0x4A286C) is known color: Blue Diamond. HEX triplet: 4A, 28 and 6C. RGB value is (74,40,108). Sum of RGB (Red+Green+Blue) = 74+40+108=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A286C is #B5D793. Grayscale: #393939. Windows color (decimal): -11917204 or 7088202. OLE color: 7088202.

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

Color convert

RGB 74 40 108 -
CMYK 0.31 0.63 0 0.58
HSL 270º 0.46% 0.29% -
HSV(B) 270º 0.63% 0.42% -
XYZ 6.29 4.06 14.64 -
YUV 57.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 74 40 108 0.31 0.63 0 0.58 270 0.46 0.29
Hex 4A 28 6C 1F 3F 0 3A 10E 2E 1D
Octal 112 50 154 37 77 0 72 416 56 35
Binary 1001010 101000 1101100 11111 111111 0 111010 100001110 101110 11101

Color Harmonies of #4A286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A286C

Black with #4A286C

Text Example


Text Example

White with #4A286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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