Html Css Color HEX #462663 Blue Diamond

📋 copy color: '#462663'

red 70 ◦ green 38 ◦ blue 99

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

Shades of Blue Diamond #462663

Tints of Blue Diamond #462663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 33.82%
G = 18.36%
B = 47.83%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462663 (or 0x462663) is known color: Blue Diamond. HEX triplet: 46, 26 and 63. RGB value is (70,38,99). Sum of RGB (Red+Green+Blue) = 70+38+99=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #462663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462663 is #B9D99C. Grayscale: #363636. Windows color (decimal): -12179869 or 6497862. OLE color: 6497862.

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

Color convert

RGB 70 38 99 -
CMYK 0.29 0.62 0 0.61
HSL 271.48º 0.45% 0.27% -
HSV(B) 271.48º 0.62% 0.39% -
XYZ 5.47 3.59 12.21 -
YUV 54.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 70 38 99 0.29 0.62 0 0.61 271.48 0.45 0.27
Hex 46 26 63 1D 3E 0 3D 10F 2D 1B
Octal 106 46 143 35 76 0 75 417 55 33
Binary 1000110 100110 1100011 11101 111110 0 111101 100001111 101101 11011

Color Harmonies of #462663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462663

Black with #462663

Text Example


Text Example

White with #462663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462663; }

 p { color: rgb(70,38,99); }

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

background-color css

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

 a { background-color: rgb(70,38,99); }

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

border-color css

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

 span { border-color: rgb(70,38,99); }

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