Html Css Color HEX #4F7484 Bismark

📋 copy color: '#4F7484'

red 79 ◦ green 116 ◦ blue 132

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

Shades of Bismark #4F7484

Tints of Bismark #4F7484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 24.16%
G = 35.47%
B = 40.37%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F7484 (or 0x4F7484) is known color: Bismark. HEX triplet: 4F, 74 and 84. RGB value is (79,116,132). Sum of RGB (Red+Green+Blue) = 79+116+132=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7484 is #B08B7B. Grayscale: #6A6A6A. Windows color (decimal): -11570044 or 8680527. OLE color: 8680527.

HSL color Cylindrical-coordinate representation of color #4F7484: hue angle of 198.11º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7484 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 116 132 -
CMYK 0.40 0.12 0 0.48
HSL 198.11º 0.25% 0.41% -
HSV(B) 198.11º 0.4% 0.52% -
XYZ 13.63 15.82 24.16 -
YUV 106.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 79 116 132 0.40 0.12 0 0.48 198.11 0.25 0.41
Hex 4F 74 84 28 C 0 30 C6 19 29
Octal 117 164 204 50 14 0 60 306 31 51
Binary 1001111 1110100 10000100 101000 1100 0 110000 11000110 11001 101001

Color Harmonies of #4F7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7484

Black with #4F7484

Text Example


Text Example

White with #4F7484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,132); }

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

background-color css

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

 a { background-color: rgb(79,116,132); }

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

border-color css

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

 span { border-color: rgb(79,116,132); }

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