Html Css Color HEX #4C5F8E Kashmir Blue

📋 copy color: '#4C5F8E'

red 76 ◦ green 95 ◦ blue 142

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

Shades of Kashmir Blue #4C5F8E

Tints of Kashmir Blue #4C5F8E

RGB

 RED value IS 76 (30.08% from 255) = 24.28%

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 24.28%
G = 30.35%
B = 45.37%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C5F8E (or 0x4C5F8E) is known color: Kashmir Blue. HEX triplet: 4C, 5F and 8E. RGB value is (76,95,142). Sum of RGB (Red+Green+Blue) = 76+95+142=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C5F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5F8E is #B3A071. Grayscale: #5E5E5E. Windows color (decimal): -11772018 or 9330508. OLE color: 9330508.

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

Color convert

RGB 76 95 142 -
CMYK 0.46 0.33 0 0.44
HSL 222.73º 0.3% 0.43% -
HSV(B) 222.73º 0.46% 0.56% -
XYZ 11.96 11.67 27.21 -
YUV 94.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 76 95 142 0.46 0.33 0 0.44 222.73 0.3 0.43
Hex 4C 5F 8E 2E 21 0 2C DF 1E 2B
Octal 114 137 216 56 41 0 54 337 36 53
Binary 1001100 1011111 10001110 101110 100001 0 101100 11011111 11110 101011

Color Harmonies of #4C5F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5F8E

Black with #4C5F8E

Text Example


Text Example

White with #4C5F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,95,142); }

 H1.HeaderClassName
 {
   color: #4C5F8E;
 }
 .AnyTagClassName
 {
   color: #4C5F8E;
 }
</style>

background-color css

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

 a { background-color: rgb(76,95,142); }

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

border-color css

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

 span { border-color: rgb(76,95,142); }

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