Html Css Color HEX #462764 Blue Diamond

📋 copy color: '#462764'

red 70 ◦ green 39 ◦ blue 100

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

Shades of Blue Diamond #462764

Tints of Blue Diamond #462764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 33.49%
G = 18.66%
B = 47.85%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462764 (or 0x462764) is known color: Blue Diamond. HEX triplet: 46, 27 and 64. RGB value is (70,39,100). Sum of RGB (Red+Green+Blue) = 70+39+100=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #462764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462764 is #B9D89B. Grayscale: #373737. Windows color (decimal): -12179612 or 6563654. OLE color: 6563654.

HSL color Cylindrical-coordinate representation of color #462764: hue angle of 270.49º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462764 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 39 100 -
CMYK 0.30 0.61 0 0.61
HSL 270.49º 0.44% 0.27% -
HSV(B) 270.49º 0.61% 0.39% -
XYZ 5.55 3.67 12.47 -
YUV 55.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 70 39 100 0.30 0.61 0 0.61 270.49 0.44 0.27
Hex 46 27 64 1E 3D 0 3D 10E 2C 1B
Octal 106 47 144 36 75 0 75 416 54 33
Binary 1000110 100111 1100100 11110 111101 0 111101 100001110 101100 11011

Color Harmonies of #462764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462764

Black with #462764

Text Example


Text Example

White with #462764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462764; }

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

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

background-color css

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

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

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

border-color css

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

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

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