Html Css Color HEX #42717D Bismark

📋 copy color: '#42717D'

red 66 ◦ green 113 ◦ blue 125

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

Shades of Bismark #42717D

Tints of Bismark #42717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 21.71%
G = 37.17%
B = 41.12%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42717D (or 0x42717D) is known color: Bismark. HEX triplet: 42, 71 and 7D. RGB value is (66,113,125). Sum of RGB (Red+Green+Blue) = 66+113+125=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #42717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42717D is #BD8E82. Grayscale: #646464. Windows color (decimal): -12422787 or 8220994. OLE color: 8220994.

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

Color convert

RGB 66 113 125 -
CMYK 0.47 0.10 0 0.51
HSL 192.2º 0.31% 0.37% -
HSV(B) 192.2º 0.47% 0.49% -
XYZ 11.85 14.45 21.57 -
YUV 100.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 66 113 125 0.47 0.10 0 0.51 192.2 0.31 0.37
Hex 42 71 7D 2F A 0 33 C0 1F 25
Octal 102 161 175 57 12 0 63 300 37 45
Binary 1000010 1110001 1111101 101111 1010 0 110011 11000000 11111 100101

Color Harmonies of #42717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42717D

Black with #42717D

Text Example


Text Example

White with #42717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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