#4A638F

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

Shades of Kashmir Blue #4A638F

Tints of Kashmir Blue #4A638F

Color information

#4A638F (or 0x4A638F) is unknown color: approx Kashmir Blue. HEX triplet: 4A, 63 and 8F. RGB value is (74,99,143). Sum of RGB (Red+Green+Blue) = 74+99+143=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A638F is #B59C70. Grayscale: #606060. Windows color (decimal): -11902065 or 9397066. OLE color: 9397066.

HSL color Cylindrical-coordinate representation of color #4A638F: hue angle of 218.26º 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 #4A638F is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7499143-
CMYK0.480.3100.44
HSL218.26º31.8%42.55%-
HSV(B)218.26º48.25%56.08%-
XYZ12.2412.3627.73-
YUV96.54154.22111.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=23.42%
G=31.33%
B=45.25%

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
Decimal74991430.480.3100.44218.2631.842.55
Hex4A638F301F02Cda202b
Octal11214321760370543324053
Binary100101011000111000111111000011111010110011011010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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