Html Css Color HEX #462465 Blue Diamond

📋 copy color: '#462465'

red 70 ◦ green 36 ◦ blue 101

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

Shades of Blue Diamond #462465

Tints of Blue Diamond #462465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 33.82%
G = 17.39%
B = 48.79%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462465 (or 0x462465) is known color: Blue Diamond. HEX triplet: 46, 24 and 65. RGB value is (70,36,101). Sum of RGB (Red+Green+Blue) = 70+36+101=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #462465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462465 is #B9DB9A. Grayscale: #353535. Windows color (decimal): -12180379 or 6628422. OLE color: 6628422.

HSL color Cylindrical-coordinate representation of color #462465: hue angle of 271.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462465 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 36 101 -
CMYK 0.31 0.64 0 0.60
HSL 271.38º 0.47% 0.27% -
HSV(B) 271.38º 0.64% 0.4% -
XYZ 5.51 3.5 12.7 -
YUV 53.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 70 36 101 0.31 0.64 0 0.60 271.38 0.47 0.27
Hex 46 24 65 1F 40 0 3C 10F 2F 1B
Octal 106 44 145 37 100 0 74 417 57 33
Binary 1000110 100100 1100101 11111 1000000 0 111100 100001111 101111 11011

Color Harmonies of #462465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462465

Black with #462465

Text Example


Text Example

White with #462465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462465; }

 p { color: rgb(70,36,101); }

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

background-color css

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

 a { background-color: rgb(70,36,101); }

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

border-color css

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

 span { border-color: rgb(70,36,101); }

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