Html Css Color HEX #462A69 Blue Diamond

📋 copy color: '#462A69'

red 70 ◦ green 42 ◦ blue 105

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

Shades of Blue Diamond #462A69

Tints of Blue Diamond #462A69

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

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

R = 32.26%
G = 19.35%
B = 48.39%

CMYK

 C value IS 0.33

 M value IS 0.6

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462A69 (or 0x462A69) is known color: Blue Diamond. HEX triplet: 46, 2A and 69. RGB value is (70,42,105). Sum of RGB (Red+Green+Blue) = 70+42+105=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #462A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A69 is #B9D596. Grayscale: #393939. Windows color (decimal): -12178839 or 6892102. OLE color: 6892102.

HSL color Cylindrical-coordinate representation of color #462A69: hue angle of 266.67º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462A69 is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 42 105 -
CMYK 0.33 0.6 0 0.59
HSL 266.67º 0.43% 0.29% -
HSV(B) 266.67º 0.6% 0.41% -
XYZ 5.9 3.98 13.82 -
YUV 57.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 70 42 105 0.33 0.6 0 0.59 266.67 0.43 0.29
Hex 46 2A 69 21 3C 0 3B 10B 2B 1D
Octal 106 52 151 41 74 0 73 413 53 35
Binary 1000110 101010 1101001 100001 111100 0 111011 100001011 101011 11101

Color Harmonies of #462A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A69

Black with #462A69

Text Example


Text Example

White with #462A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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