Html Css Color HEX #425B74 Chambray

📋 copy color: '#425B74'

red 66 ◦ green 91 ◦ blue 116

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

Shades of Chambray #425B74

Tints of Chambray #425B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 24.18%
G = 33.33%
B = 42.49%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425B74 (or 0x425B74) is known color: Chambray. HEX triplet: 42, 5B and 74. RGB value is (66,91,116). Sum of RGB (Red+Green+Blue) = 66+91+116=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #425B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B74 is #BDA48B. Grayscale: #565656. Windows color (decimal): -12428428 or 7625538. OLE color: 7625538.

HSL color Cylindrical-coordinate representation of color #425B74: hue angle of 210º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425B74 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 91 116 -
CMYK 0.43 0.22 0 0.55
HSL 210º 0.27% 0.36% -
HSV(B) 210º 0.43% 0.45% -
XYZ 9.14 9.9 17.95 -
YUV 86.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 66 91 116 0.43 0.22 0 0.55 210 0.27 0.36
Hex 42 5B 74 2B 16 0 37 D2 1B 24
Octal 102 133 164 53 26 0 67 322 33 44
Binary 1000010 1011011 1110100 101011 10110 0 110111 11010010 11011 100100

Color Harmonies of #425B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B74

Black with #425B74

Text Example


Text Example

White with #425B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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