Html Css Color HEX #462869 Blue Diamond

📋 copy color: '#462869'

red 70 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #462869

Tints of Blue Diamond #462869

RGB

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

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

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

R = 32.56%
G = 18.6%
B = 48.84%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462869 (or 0x462869) is known color: Blue Diamond. HEX triplet: 46, 28 and 69. RGB value is (70,40,105). Sum of RGB (Red+Green+Blue) = 70+40+105=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #462869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462869 is #B9D796. Grayscale: #383838. Windows color (decimal): -12179351 or 6891590. OLE color: 6891590.

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

Color convert

RGB 70 40 105 -
CMYK 0.33 0.62 0 0.59
HSL 267.69º 0.45% 0.28% -
HSV(B) 267.69º 0.62% 0.41% -
XYZ 5.83 3.84 13.8 -
YUV 56.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 70 40 105 0.33 0.62 0 0.59 267.69 0.45 0.28
Hex 46 28 69 21 3E 0 3B 10C 2D 1C
Octal 106 50 151 41 76 0 73 414 55 34
Binary 1000110 101000 1101001 100001 111110 0 111011 100001100 101101 11100

Color Harmonies of #462869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462869

Black with #462869

Text Example


Text Example

White with #462869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462869; }

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

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

background-color css

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

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

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

border-color css

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

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

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