Html Css Color HEX #42727D Bismark

📋 copy color: '#42727D'

red 66 ◦ green 114 ◦ blue 125

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

Shades of Bismark #42727D

Tints of Bismark #42727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 21.64%
G = 37.38%
B = 40.98%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42727D (or 0x42727D) is known color: Bismark. HEX triplet: 42, 72 and 7D. RGB value is (66,114,125). Sum of RGB (Red+Green+Blue) = 66+114+125=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #42727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727D is #BD8D82. Grayscale: #646464. Windows color (decimal): -12422531 or 8221250. OLE color: 8221250.

HSL color Cylindrical-coordinate representation of color #42727D: hue angle of 191.19º 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 #42727D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 114 125 -
CMYK 0.47 0.09 0 0.51
HSL 191.19º 0.31% 0.37% -
HSV(B) 191.19º 0.47% 0.49% -
XYZ 11.97 14.67 21.6 -
YUV 100.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 66 114 125 0.47 0.09 0 0.51 191.19 0.31 0.37
Hex 42 72 7D 2F 9 0 33 BF 1F 25
Octal 102 162 175 57 11 0 63 277 37 45
Binary 1000010 1110010 1111101 101111 1001 0 110011 10111111 11111 100101

Color Harmonies of #42727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42727D

Black with #42727D

Text Example


Text Example

White with #42727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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