Html Css Color HEX #462769 Blue Diamond

📋 copy color: '#462769'

red 70 ◦ green 39 ◦ blue 105

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

Shades of Blue Diamond #462769

Tints of Blue Diamond #462769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 32.71%
G = 18.22%
B = 49.07%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462769 (or 0x462769) is known color: Blue Diamond. HEX triplet: 46, 27 and 69. RGB value is (70,39,105). Sum of RGB (Red+Green+Blue) = 70+39+105=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #462769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462769 is #B9D896. Grayscale: #373737. Windows color (decimal): -12179607 or 6891334. OLE color: 6891334.

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

Color convert

RGB 70 39 105 -
CMYK 0.33 0.63 0 0.59
HSL 268.18º 0.46% 0.28% -
HSV(B) 268.18º 0.63% 0.41% -
XYZ 5.8 3.77 13.79 -
YUV 55.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 70 39 105 0.33 0.63 0 0.59 268.18 0.46 0.28
Hex 46 27 69 21 3F 0 3B 10C 2E 1C
Octal 106 47 151 41 77 0 73 414 56 34
Binary 1000110 100111 1101001 100001 111111 0 111011 100001100 101110 11100

Color Harmonies of #462769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462769

Black with #462769

Text Example


Text Example

White with #462769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462769; }

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

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

background-color css

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

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

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

border-color css

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

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

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