Html Css Color HEX #4F6A7C Bismark

📋 copy color: '#4F6A7C'

red 79 ◦ green 106 ◦ blue 124

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

Shades of Bismark #4F6A7C

Tints of Bismark #4F6A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 25.57%
G = 34.3%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F6A7C (or 0x4F6A7C) is known color: Bismark. HEX triplet: 4F, 6A and 7C. RGB value is (79,106,124). Sum of RGB (Red+Green+Blue) = 79+106+124=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F6A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A7C is #B09583. Grayscale: #636363. Windows color (decimal): -11572612 or 8153679. OLE color: 8153679.

HSL color Cylindrical-coordinate representation of color #4F6A7C: hue angle of 204º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F6A7C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 106 124 -
CMYK 0.36 0.15 0 0.51
HSL 204º 0.22% 0.4% -
HSV(B) 204º 0.36% 0.49% -
XYZ 12.02 13.43 21.03 -
YUV 99.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 79 106 124 0.36 0.15 0 0.51 204 0.22 0.4
Hex 4F 6A 7C 24 F 0 33 CC 16 28
Octal 117 152 174 44 17 0 63 314 26 50
Binary 1001111 1101010 1111100 100100 1111 0 110011 11001100 10110 101000

Color Harmonies of #4F6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A7C

Black with #4F6A7C

Text Example


Text Example

White with #4F6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,106,124); }

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

background-color css

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

 a { background-color: rgb(79,106,124); }

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

border-color css

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

 span { border-color: rgb(79,106,124); }

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