Html Css Color HEX #4734AB Blue Gem

📋 copy color: '#4734AB'

red 71 ◦ green 52 ◦ blue 171

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

Shades of Blue Gem #4734AB

Tints of Blue Gem #4734AB

RGB

 RED value IS 71 (28.13% from 255) = 24.15%

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 24.15%
G = 17.69%
B = 58.16%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4734AB (or 0x4734AB) is known color: Blue Gem. HEX triplet: 47, 34 and AB. RGB value is (71,52,171). Sum of RGB (Red+Green+Blue) = 71+52+171=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4734AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4734AB is #B8CB54. Grayscale: #464646. Windows color (decimal): -12110677 or 11220039. OLE color: 11220039.

HSL color Cylindrical-coordinate representation of color #4734AB: hue angle of 249.58º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4734AB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 52 171 -
CMYK 0.58 0.70 0 0.33
HSL 249.58º 0.53% 0.44% -
HSV(B) 249.58º 0.7% 0.67% -
XYZ 11.18 6.74 39.24 -
YUV 71.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 71 52 171 0.58 0.70 0 0.33 249.58 0.53 0.44
Hex 47 34 AB 3A 46 0 21 FA 35 2C
Octal 107 64 253 72 106 0 41 372 65 54
Binary 1000111 110100 10101011 111010 1000110 0 100001 11111010 110101 101100

Color Harmonies of #4734AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4734AB

Black with #4734AB

Text Example


Text Example

White with #4734AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,52,171); }

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

background-color css

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

 a { background-color: rgb(71,52,171); }

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

border-color css

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

 span { border-color: rgb(71,52,171); }

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