Html Css Color HEX #4F678B Kashmir Blue

📋 copy color: '#4F678B'

red 79 ◦ green 103 ◦ blue 139

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

Shades of Kashmir Blue #4F678B

Tints of Kashmir Blue #4F678B

RGB

 RED value IS 79 (31.25% from 255) = 24.61%

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 24.61%
G = 32.09%
B = 43.3%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F678B (or 0x4F678B) is known color: Kashmir Blue. HEX triplet: 4F, 67 and 8B. RGB value is (79,103,139). Sum of RGB (Red+Green+Blue) = 79+103+139=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F678B is #B09874. Grayscale: #636363. Windows color (decimal): -11573365 or 9135951. OLE color: 9135951.

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

Color convert

RGB 79 103 139 -
CMYK 0.43 0.26 0 0.45
HSL 216º 0.28% 0.43% -
HSV(B) 216º 0.43% 0.55% -
XYZ 12.73 13.23 26.31 -
YUV 99.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 79 103 139 0.43 0.26 0 0.45 216 0.28 0.43
Hex 4F 67 8B 2B 1A 0 2D D8 1C 2B
Octal 117 147 213 53 32 0 55 330 34 53
Binary 1001111 1100111 10001011 101011 11010 0 101101 11011000 11100 101011

Color Harmonies of #4F678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F678B

Black with #4F678B

Text Example


Text Example

White with #4F678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,139); }

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

background-color css

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

 a { background-color: rgb(79,103,139); }

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

border-color css

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

 span { border-color: rgb(79,103,139); }

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