Html Css Color HEX #4623AB Blue Gem

📋 copy color: '#4623AB'

red 70 ◦ green 35 ◦ blue 171

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

Shades of Blue Gem #4623AB

Tints of Blue Gem #4623AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 25.36%
G = 12.68%
B = 61.96%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4623AB (or 0x4623AB) is known color: Blue Gem. HEX triplet: 46, 23 and AB. RGB value is (70,35,171). Sum of RGB (Red+Green+Blue) = 70+35+171=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4623AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4623AB is #B9DC54. Grayscale: #3C3C3C. Windows color (decimal): -12180565 or 11215686. OLE color: 11215686.

HSL color Cylindrical-coordinate representation of color #4623AB: hue angle of 255.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4623AB is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 35 171 -
CMYK 0.59 0.80 0 0.33
HSL 255.44º 0.66% 0.4% -
HSV(B) 255.44º 0.8% 0.67% -
XYZ 10.48 5.44 39.03 -
YUV 60.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 70 35 171 0.59 0.80 0 0.33 255.44 0.66 0.4
Hex 46 23 AB 3B 50 0 21 FF 42 28
Octal 106 43 253 73 120 0 41 377 102 50
Binary 1000110 100011 10101011 111011 1010000 0 100001 11111111 1000010 101000

Color Harmonies of #4623AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4623AB

Black with #4623AB

Text Example


Text Example

White with #4623AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4623AB; }

 p { color: rgb(70,35,171); }

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

background-color css

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

 a { background-color: rgb(70,35,171); }

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

border-color css

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

 span { border-color: rgb(70,35,171); }

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