Html Css Color HEX #463285 Blue Gem

📋 copy color: '#463285'

red 70 ◦ green 50 ◦ blue 133

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

Shades of Blue Gem #463285

Tints of Blue Gem #463285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 27.67%
G = 19.76%
B = 52.57%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463285 (or 0x463285) is known color: Blue Gem. HEX triplet: 46, 32 and 85. RGB value is (70,50,133). Sum of RGB (Red+Green+Blue) = 70+50+133=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #463285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463285 is #B9CD7A. Grayscale: #414141. Windows color (decimal): -12176763 or 8729158. OLE color: 8729158.

HSL color Cylindrical-coordinate representation of color #463285: hue angle of 254.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463285 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 50 133 -
CMYK 0.47 0.62 0 0.48
HSL 254.46º 0.45% 0.36% -
HSV(B) 254.46º 0.62% 0.52% -
XYZ 7.9 5.28 22.79 -
YUV 65.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 70 50 133 0.47 0.62 0 0.48 254.46 0.45 0.36
Hex 46 32 85 2F 3E 0 30 FE 2D 24
Octal 106 62 205 57 76 0 60 376 55 44
Binary 1000110 110010 10000101 101111 111110 0 110000 11111110 101101 100100

Color Harmonies of #463285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463285

Black with #463285

Text Example


Text Example

White with #463285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463285; }

 p { color: rgb(70,50,133); }

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

background-color css

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

 a { background-color: rgb(70,50,133); }

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

border-color css

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

 span { border-color: rgb(70,50,133); }

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