Html Css Color HEX #42727C Bismark

📋 copy color: '#42727C'

red 66 ◦ green 114 ◦ blue 124

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

Shades of Bismark #42727C

Tints of Bismark #42727C

RGB

 RED value IS 66 (26.17% from 255) = 21.71%

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 21.71%
G = 37.5%
B = 40.79%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42727C (or 0x42727C) is known color: Bismark. HEX triplet: 42, 72 and 7C. RGB value is (66,114,124). Sum of RGB (Red+Green+Blue) = 66+114+124=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #42727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727C is #BD8D83. Grayscale: #646464. Windows color (decimal): -12422532 or 8155714. OLE color: 8155714.

HSL color Cylindrical-coordinate representation of color #42727C: hue angle of 190.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42727C is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 114 124 -
CMYK 0.47 0.08 0 0.51
HSL 190.34º 0.31% 0.37% -
HSV(B) 190.34º 0.47% 0.49% -
XYZ 11.9 14.65 21.27 -
YUV 100.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 66 114 124 0.47 0.08 0 0.51 190.34 0.31 0.37
Hex 42 72 7C 2F 8 0 33 BE 1F 25
Octal 102 162 174 57 10 0 63 276 37 45
Binary 1000010 1110010 1111100 101111 1000 0 110011 10111110 11111 100101

Color Harmonies of #42727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42727C

Black with #42727C

Text Example


Text Example

White with #42727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42727C; }

 p { color: rgb(66,114,124); }

 H1.HeaderClassName
 {
   color: #42727C;
 }
 .AnyTagClassName
 {
   color: #42727C;
 }
</style>

background-color css

<style>
 a { background-color: #42727C; }

 a { background-color: rgb(66,114,124); }

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

border-color css

<style>
 span { border-color: #42727C; }

 span { border-color: rgb(66,114,124); }

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