#4638AB

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

Shades of Blue Gem #4638AB

Tints of Blue Gem #4638AB

Color information

#4638AB (or 0x4638AB) is unknown color: approx Blue Gem. HEX triplet: 46, 38 and AB. RGB value is (70,56,171). Sum of RGB (Red+Green+Blue) = 70+56+171=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4638AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4638AB is #B9C754. Grayscale: #484848. Windows color (decimal): -12175189 or 11221062. OLE color: 11221062.

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

Color convert

RGB7056171-
CMYK0.590.6700.33
HSL247.3º50.66%44.51%-
HSV(B)247.3º67.25%67.06%-
XYZ11.297.0739.3-
YUV73.3183.14125.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=23.57%
G=18.86%
B=57.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70561710.590.6700.33247.350.6644.51
Hex4638AB3B43021f7332d
Octal10670253731030413676355
Binary1000110111000101010111110111000011010000111110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4638AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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