Html Css Color HEX #462C9C Blue Gem

📋 copy color: '#462C9C'

red 70 ◦ green 44 ◦ blue 156

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

Shades of Blue Gem #462C9C

Tints of Blue Gem #462C9C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 25.93%
G = 16.3%
B = 57.78%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#462C9C (or 0x462C9C) is known color: Blue Gem. HEX triplet: 46, 2C and 9C. RGB value is (70,44,156). Sum of RGB (Red+Green+Blue) = 70+44+156=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #462C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C9C is #B9D363. Grayscale: #404040. Windows color (decimal): -12178276 or 10234950. OLE color: 10234950.

HSL color Cylindrical-coordinate representation of color #462C9C: hue angle of 253.93º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462C9C is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 44 156 -
CMYK 0.55 0.72 0 0.39
HSL 253.93º 0.56% 0.39% -
HSV(B) 253.93º 0.72% 0.61% -
XYZ 9.43 5.5 32.02 -
YUV 64.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 70 44 156 0.55 0.72 0 0.39 253.93 0.56 0.39
Hex 46 2C 9C 37 48 0 27 FE 38 27
Octal 106 54 234 67 110 0 47 376 70 47
Binary 1000110 101100 10011100 110111 1001000 0 100111 11111110 111000 100111

Color Harmonies of #462C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C9C

Black with #462C9C

Text Example


Text Example

White with #462C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462C9C; }

 p { color: rgb(70,44,156); }

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

background-color css

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

 a { background-color: rgb(70,44,156); }

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

border-color css

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

 span { border-color: rgb(70,44,156); }

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