Html Css Color HEX #4A628F Kashmir Blue

📋 copy color: '#4A628F'

red 74 ◦ green 98 ◦ blue 143

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

Shades of Kashmir Blue #4A628F

Tints of Kashmir Blue #4A628F

RGB

 RED value IS 74 (29.3% from 255) = 23.49%

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 23.49%
G = 31.11%
B = 45.4%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A628F (or 0x4A628F) is known color: 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

RGB 74 98 143 -
CMYK 0.48 0.31 0 0.44
HSL 219.13º 0.32% 0.43% -
HSV(B) 219.13º 0.48% 0.56% -
XYZ 12.15 12.17 27.7 -
YUV 95.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 74 98 143 0.48 0.31 0 0.44 219.13 0.32 0.43
Hex 4A 62 8F 30 1F 0 2C DB 20 2B
Octal 112 142 217 60 37 0 54 333 40 53
Binary 1001010 1100010 10001111 110000 11111 0 101100 11011011 100000 101011

Color Harmonies of #4A628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A628F

Black with #4A628F

Text Example


Text Example

White with #4A628F

Text Example


Text Example

HTML Codes & Css Web 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>