Html Css Color HEX #42677D Bismark

📋 copy color: '#42677D'

red 66 ◦ green 103 ◦ blue 125

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

Shades of Bismark #42677D

Tints of Bismark #42677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

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

R = 22.45%
G = 35.03%
B = 42.52%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42677D (or 0x42677D) is known color: Bismark. HEX triplet: 42, 67 and 7D. RGB value is (66,103,125). Sum of RGB (Red+Green+Blue) = 66+103+125=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #42677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42677D is #BD9882. Grayscale: #5E5E5E. Windows color (decimal): -12425347 or 8218434. OLE color: 8218434.

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

Color convert

RGB 66 103 125 -
CMYK 0.47 0.18 0 0.51
HSL 202.37º 0.31% 0.37% -
HSV(B) 202.37º 0.47% 0.49% -
XYZ 10.8 12.34 21.21 -
YUV 94.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 66 103 125 0.47 0.18 0 0.51 202.37 0.31 0.37
Hex 42 67 7D 2F 12 0 33 CA 1F 25
Octal 102 147 175 57 22 0 63 312 37 45
Binary 1000010 1100111 1111101 101111 10010 0 110011 11001010 11111 100101

Color Harmonies of #42677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42677D

Black with #42677D

Text Example


Text Example

White with #42677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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