Html Css Color HEX #462773 Blue Diamond

📋 copy color: '#462773'

red 70 ◦ green 39 ◦ blue 115

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

Shades of Blue Diamond #462773

Tints of Blue Diamond #462773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 31.25%
G = 17.41%
B = 51.34%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462773 (or 0x462773) is known color: Blue Diamond. HEX triplet: 46, 27 and 73. RGB value is (70,39,115). Sum of RGB (Red+Green+Blue) = 70+39+115=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #462773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462773 is #B9D88C. Grayscale: #383838. Windows color (decimal): -12179597 or 7546694. OLE color: 7546694.

HSL color Cylindrical-coordinate representation of color #462773: hue angle of 264.47º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462773 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 39 115 -
CMYK 0.39 0.66 0 0.55
HSL 264.47º 0.49% 0.3% -
HSV(B) 264.47º 0.66% 0.45% -
XYZ 6.35 3.99 16.66 -
YUV 56.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 70 39 115 0.39 0.66 0 0.55 264.47 0.49 0.3
Hex 46 27 73 27 42 0 37 108 31 1E
Octal 106 47 163 47 102 0 67 410 61 36
Binary 1000110 100111 1110011 100111 1000010 0 110111 100001000 110001 11110

Color Harmonies of #462773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462773

Black with #462773

Text Example


Text Example

White with #462773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462773; }

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

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

background-color css

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

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

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

border-color css

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

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

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