#4A628F

Color #4A628F Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #4A628F

Tints of Kashmir Blue #4A628F

Color information

#4A628F (or 0x4A628F) is unknown color: approx Kashmir Blue. HEX triplet: 4A, 62 and 8F. RGB value is (74,98,143). Sum of RGB (Red+Green+Blue) = 74+98+143=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A628F is #B59D70. Grayscale: #5F5F5F. Windows color (decimal): -11902321 or 9396810. OLE color: 9396810.

HSL color Cylindrical-coordinate representation of color #4A628F: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A628F is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7498143-
CMYK0.480.3100.44
HSL219.13º31.8%42.55%-
HSV(B)219.13º48.25%56.08%-
XYZ12.1512.1727.7-
YUV95.95154.55112.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=23.49%
G=31.11%
B=45.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74981430.480.3100.44219.1331.842.55
Hex4A628F301F02Cdb202b
Octal11214221760370543334053
Binary100101011000101000111111000011111010110011011011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A628F; }

 p { color: rgb(74,98,143); }

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

<style>
 a { background-color: #4A628F; }

 a { background-color: rgb(74,98,143); }

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

<style>
 span { border-color: #4A628F; }

 span { border-color: rgb(74,98,143); }

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