Html Css Color HEX #4B628E Kashmir Blue

📋 copy color: '#4B628E'

red 75 ◦ green 98 ◦ blue 142

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

Shades of Kashmir Blue #4B628E

Tints of Kashmir Blue #4B628E

RGB

 RED value IS 75 (29.69% from 255) = 23.81%

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

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

R = 23.81%
G = 31.11%
B = 45.08%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B628E (or 0x4B628E) is known color: Kashmir Blue. HEX triplet: 4B, 62 and 8E. RGB value is (75,98,142). Sum of RGB (Red+Green+Blue) = 75+98+142=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B628E is #B49D71. Grayscale: #5F5F5F. Windows color (decimal): -11836786 or 9331275. OLE color: 9331275.

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

Color convert

RGB 75 98 142 -
CMYK 0.47 0.31 0 0.44
HSL 219.4º 0.31% 0.43% -
HSV(B) 219.4º 0.47% 0.56% -
XYZ 12.15 12.18 27.3 -
YUV 96.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 75 98 142 0.47 0.31 0 0.44 219.4 0.31 0.43
Hex 4B 62 8E 2F 1F 0 2C DB 1F 2B
Octal 113 142 216 57 37 0 54 333 37 53
Binary 1001011 1100010 10001110 101111 11111 0 101100 11011011 11111 101011

Color Harmonies of #4B628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B628E

Black with #4B628E

Text Example


Text Example

White with #4B628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,98,142); }

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

background-color css

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

 a { background-color: rgb(75,98,142); }

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

border-color css

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

 span { border-color: rgb(75,98,142); }

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