Html Css Color HEX #42566B Cello

📋 copy color: '#42566B'

red 66 ◦ green 86 ◦ blue 107

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

Shades of Cello #42566B

Tints of Cello #42566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 25.48%
G = 33.2%
B = 41.31%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42566B (or 0x42566B) is known color: Cello. HEX triplet: 42, 56 and 6B. RGB value is (66,86,107). Sum of RGB (Red+Green+Blue) = 66+86+107=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #42566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42566B is #BDA994. Grayscale: #525252. Windows color (decimal): -12429717 or 7034434. OLE color: 7034434.

HSL color Cylindrical-coordinate representation of color #42566B: hue angle of 210.73º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42566B is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 86 107 -
CMYK 0.38 0.20 0 0.58
HSL 210.73º 0.24% 0.34% -
HSV(B) 210.73º 0.38% 0.42% -
XYZ 8.23 8.88 15.19 -
YUV 82.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 66 86 107 0.38 0.20 0 0.58 210.73 0.24 0.34
Hex 42 56 6B 26 14 0 3A D3 18 22
Octal 102 126 153 46 24 0 72 323 30 42
Binary 1000010 1010110 1101011 100110 10100 0 111010 11010011 11000 100010

Color Harmonies of #42566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42566B

Black with #42566B

Text Example


Text Example

White with #42566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42566B; }

 p { color: rgb(66,86,107); }

 H1.HeaderClassName
 {
   color: #42566B;
 }
 .AnyTagClassName
 {
   color: #42566B;
 }
</style>

background-color css

<style>
 a { background-color: #42566B; }

 a { background-color: rgb(66,86,107); }

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

border-color css

<style>
 span { border-color: #42566B; }

 span { border-color: rgb(66,86,107); }

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