Html Css Color HEX #4A256D Blue Diamond

📋 copy color: '#4A256D'

red 74 ◦ green 37 ◦ blue 109

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

Shades of Blue Diamond #4A256D

Tints of Blue Diamond #4A256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 33.64%
G = 16.82%
B = 49.55%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A256D (or 0x4A256D) is known color: Blue Diamond. HEX triplet: 4A, 25 and 6D. RGB value is (74,37,109). Sum of RGB (Red+Green+Blue) = 74+37+109=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A256D is #B5DA92. Grayscale: #383838. Windows color (decimal): -11917971 or 7152970. OLE color: 7152970.

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

Color convert

RGB 74 37 109 -
CMYK 0.32 0.66 0 0.57
HSL 270.83º 0.49% 0.29% -
HSV(B) 270.83º 0.66% 0.43% -
XYZ 6.25 3.88 14.89 -
YUV 56.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 74 37 109 0.32 0.66 0 0.57 270.83 0.49 0.29
Hex 4A 25 6D 20 42 0 39 10F 31 1D
Octal 112 45 155 40 102 0 71 417 61 35
Binary 1001010 100101 1101101 100000 1000010 0 111001 100001111 110001 11101

Color Harmonies of #4A256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A256D

Black with #4A256D

Text Example


Text Example

White with #4A256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,109); }

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

background-color css

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

 a { background-color: rgb(74,37,109); }

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

border-color css

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

 span { border-color: rgb(74,37,109); }

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