Html Css Color HEX #42747F Bismark

📋 copy color: '#42747F'

red 66 ◦ green 116 ◦ blue 127

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

Shades of Bismark #42747F

Tints of Bismark #42747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 21.36%
G = 37.54%
B = 41.1%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42747F (or 0x42747F) is known color: Bismark. HEX triplet: 42, 74 and 7F. RGB value is (66,116,127). Sum of RGB (Red+Green+Blue) = 66+116+127=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #42747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747F is #BD8B80. Grayscale: #666666. Windows color (decimal): -12422017 or 8352834. OLE color: 8352834.

HSL color Cylindrical-coordinate representation of color #42747F: hue angle of 190.82º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42747F is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 116 127 -
CMYK 0.48 0.09 0 0.50
HSL 190.82º 0.32% 0.38% -
HSV(B) 190.82º 0.48% 0.5% -
XYZ 12.32 15.18 22.36 -
YUV 102.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 66 116 127 0.48 0.09 0 0.50 190.82 0.32 0.38
Hex 42 74 7F 30 9 0 32 BF 20 26
Octal 102 164 177 60 11 0 62 277 40 46
Binary 1000010 1110100 1111111 110000 1001 0 110010 10111111 100000 100110

Color Harmonies of #42747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42747F

Black with #42747F

Text Example


Text Example

White with #42747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42747F; }

 p { color: rgb(66,116,127); }

 H1.HeaderClassName
 {
   color: #42747F;
 }
 .AnyTagClassName
 {
   color: #42747F;
 }
</style>

background-color css

<style>
 a { background-color: #42747F; }

 a { background-color: rgb(66,116,127); }

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

border-color css

<style>
 span { border-color: #42747F; }

 span { border-color: rgb(66,116,127); }

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