Html Css Color HEX #42567A Chambray

📋 copy color: '#42567A'

red 66 ◦ green 86 ◦ blue 122

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

Shades of Chambray #42567A

Tints of Chambray #42567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 24.09%
G = 31.39%
B = 44.53%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42567A (or 0x42567A) is known color: Chambray. HEX triplet: 42, 56 and 7A. RGB value is (66,86,122). Sum of RGB (Red+Green+Blue) = 66+86+122=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #42567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567A is #BDA985. Grayscale: #535353. Windows color (decimal): -12429702 or 8017474. OLE color: 8017474.

HSL color Cylindrical-coordinate representation of color #42567A: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42567A is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 86 122 -
CMYK 0.46 0.30 0 0.52
HSL 218.57º 0.3% 0.37% -
HSV(B) 218.57º 0.46% 0.48% -
XYZ 9.09 9.22 19.71 -
YUV 84.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 66 86 122 0.46 0.30 0 0.52 218.57 0.3 0.37
Hex 42 56 7A 2E 1E 0 34 DB 1E 25
Octal 102 126 172 56 36 0 64 333 36 45
Binary 1000010 1010110 1111010 101110 11110 0 110100 11011011 11110 100101

Color Harmonies of #42567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567A

Black with #42567A

Text Example


Text Example

White with #42567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42567A; }

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

 H1.HeaderClassName
 {
   color: #42567A;
 }
 .AnyTagClassName
 {
   color: #42567A;
 }
</style>

background-color css

<style>
 a { background-color: #42567A; }

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

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

border-color css

<style>
 span { border-color: #42567A; }

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

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