Html Css Color HEX #462569 Blue Diamond

📋 copy color: '#462569'

red 70 ◦ green 37 ◦ blue 105

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

Shades of Blue Diamond #462569

Tints of Blue Diamond #462569

RGB

 RED value IS 70 (27.73% from 255) = 33.02%

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

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 33.02%
G = 17.45%
B = 49.53%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462569 (or 0x462569) is known color: Blue Diamond. HEX triplet: 46, 25 and 69. RGB value is (70,37,105). Sum of RGB (Red+Green+Blue) = 70+37+105=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #462569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462569 is #B9DA96. Grayscale: #363636. Windows color (decimal): -12180119 or 6890822. OLE color: 6890822.

HSL color Cylindrical-coordinate representation of color #462569: hue angle of 269.12º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462569 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 37 105 -
CMYK 0.33 0.65 0 0.59
HSL 269.12º 0.48% 0.28% -
HSV(B) 269.12º 0.65% 0.41% -
XYZ 5.74 3.65 13.77 -
YUV 54.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 70 37 105 0.33 0.65 0 0.59 269.12 0.48 0.28
Hex 46 25 69 21 41 0 3B 10D 30 1C
Octal 106 45 151 41 101 0 73 415 60 34
Binary 1000110 100101 1101001 100001 1000001 0 111011 100001101 110000 11100

Color Harmonies of #462569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462569

Black with #462569

Text Example


Text Example

White with #462569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462569; }

 p { color: rgb(70,37,105); }

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

background-color css

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

 a { background-color: rgb(70,37,105); }

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

border-color css

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

 span { border-color: rgb(70,37,105); }

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