Html Css Color HEX #4A256F Blue Diamond

📋 copy color: '#4A256F'

red 74 ◦ green 37 ◦ blue 111

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

Shades of Blue Diamond #4A256F

Tints of Blue Diamond #4A256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A256F (or 0x4A256F) is known color: Blue Diamond. HEX triplet: 4A, 25 and 6F. RGB value is (74,37,111). Sum of RGB (Red+Green+Blue) = 74+37+111=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A256F is #B5DA90. Grayscale: #383838. Windows color (decimal): -11917969 or 7284042. OLE color: 7284042.

HSL color Cylindrical-coordinate representation of color #4A256F: hue angle of 270º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A256F is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 37 111 -
CMYK 0.33 0.67 0 0.56
HSL 270º 0.5% 0.29% -
HSV(B) 270º 0.67% 0.44% -
XYZ 6.35 3.93 15.46 -
YUV 56.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 74 37 111 0.33 0.67 0 0.56 270 0.5 0.29
Hex 4A 25 6F 21 43 0 38 10E 32 1D
Octal 112 45 157 41 103 0 70 416 62 35
Binary 1001010 100101 1101111 100001 1000011 0 111000 100001110 110010 11101

Color Harmonies of #4A256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A256F

Black with #4A256F

Text Example


Text Example

White with #4A256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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