Html Css Color HEX #425B76 Chambray

📋 copy color: '#425B76'

red 66 ◦ green 91 ◦ blue 118

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

Shades of Chambray #425B76

Tints of Chambray #425B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 24%
G = 33.09%
B = 42.91%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425B76 (or 0x425B76) is known color: Chambray. HEX triplet: 42, 5B and 76. RGB value is (66,91,118). Sum of RGB (Red+Green+Blue) = 66+91+118=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #425B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B76 is #BDA489. Grayscale: #565656. Windows color (decimal): -12428426 or 7756610. OLE color: 7756610.

HSL color Cylindrical-coordinate representation of color #425B76: hue angle of 211.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425B76 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 91 118 -
CMYK 0.44 0.23 0 0.54
HSL 211.15º 0.28% 0.36% -
HSV(B) 211.15º 0.44% 0.46% -
XYZ 9.26 9.95 18.57 -
YUV 86.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 66 91 118 0.44 0.23 0 0.54 211.15 0.28 0.36
Hex 42 5B 76 2C 17 0 36 D3 1C 24
Octal 102 133 166 54 27 0 66 323 34 44
Binary 1000010 1011011 1110110 101100 10111 0 110110 11010011 11100 100100

Color Harmonies of #425B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B76

Black with #425B76

Text Example


Text Example

White with #425B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425B76; }

 p { color: rgb(66,91,118); }

 H1.HeaderClassName
 {
   color: #425B76;
 }
 .AnyTagClassName
 {
   color: #425B76;
 }
</style>

background-color css

<style>
 a { background-color: #425B76; }

 a { background-color: rgb(66,91,118); }

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

border-color css

<style>
 span { border-color: #425B76; }

 span { border-color: rgb(66,91,118); }

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