Html Css Color HEX #4C618B Kashmir Blue

📋 copy color: '#4C618B'

red 76 ◦ green 97 ◦ blue 139

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

Shades of Kashmir Blue #4C618B

Tints of Kashmir Blue #4C618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 24.36%
G = 31.09%
B = 44.55%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C618B (or 0x4C618B) is known color: Kashmir Blue. HEX triplet: 4C, 61 and 8B. RGB value is (76,97,139). Sum of RGB (Red+Green+Blue) = 76+97+139=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C618B is #B39E74. Grayscale: #5F5F5F. Windows color (decimal): -11771509 or 9134412. OLE color: 9134412.

HSL color Cylindrical-coordinate representation of color #4C618B: hue angle of 220º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C618B is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 97 139 -
CMYK 0.45 0.30 0 0.45
HSL 220º 0.29% 0.42% -
HSV(B) 220º 0.45% 0.55% -
XYZ 11.92 11.95 26.1 -
YUV 95.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 76 97 139 0.45 0.30 0 0.45 220 0.29 0.42
Hex 4C 61 8B 2D 1E 0 2D DC 1D 2A
Octal 114 141 213 55 36 0 55 334 35 52
Binary 1001100 1100001 10001011 101101 11110 0 101101 11011100 11101 101010

Color Harmonies of #4C618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C618B

Black with #4C618B

Text Example


Text Example

White with #4C618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,139); }

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

background-color css

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

 a { background-color: rgb(76,97,139); }

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

border-color css

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

 span { border-color: rgb(76,97,139); }

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