#4738AA

Color #4738AA Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4738AA

Tints of Blue Gem #4738AA

Color information

#4738AA (or 0x4738AA) is unknown color: approx Blue Gem. HEX triplet: 47, 38 and AA. RGB value is (71,56,170). Sum of RGB (Red+Green+Blue) = 71+56+170=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #4738AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4738AA is #B8C755. Grayscale: #494949. Windows color (decimal): -12109654 or 11155527. OLE color: 11155527.

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

Color convert

RGB7156170-
CMYK0.580.6700.33
HSL247.89º50.44%44.31%-
HSV(B)247.89º67.06%66.67%-
XYZ11.277.0738.8-
YUV73.48182.47126.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 170 (66.80% from 255) = 57.24%
R=23.91%
G=18.86%
B=57.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71561700.580.6700.33247.8950.4444.31
Hex4738AA3A43021f8322c
Octal10770252721030413706254
Binary1000111111000101010101110101000011010000111111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4738AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4738AA; }

 p { color: rgb(71,56,170); }

 H1.HeaderClassName
 {
   color: #4738AA;
 }
 .AnyTagClassName
 {
   color: #4738AA;
 }
</style>
background-color css

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

 a { background-color: rgb(71,56,170); }

 div.DivClassName
 {
   background-color: #4738AA;
 }
 .BgClassName
 {
   background-color: #4738AA;
 }
</style>
border-color css

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

 span { border-color: rgb(71,56,170); }

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