Html Css Color HEX #415472 Chambray

📋 copy color: '#415472'

red 65 ◦ green 84 ◦ blue 114

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

Shades of Chambray #415472

Tints of Chambray #415472

RGB

 RED value IS 65 (25.78% from 255) = 24.71%

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 24.71%
G = 31.94%
B = 43.35%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415472 (or 0x415472) is known color: Chambray. HEX triplet: 41, 54 and 72. RGB value is (65,84,114). Sum of RGB (Red+Green+Blue) = 65+84+114=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #415472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415472 is #BEAB8D. Grayscale: #515151. Windows color (decimal): -12495758 or 7492673. OLE color: 7492673.

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

Color convert

RGB 65 84 114 -
CMYK 0.43 0.26 0 0.55
HSL 216.73º 0.27% 0.35% -
HSV(B) 216.73º 0.43% 0.45% -
XYZ 8.39 8.68 17.15 -
YUV 81.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 65 84 114 0.43 0.26 0 0.55 216.73 0.27 0.35
Hex 41 54 72 2B 1A 0 37 D9 1B 23
Octal 101 124 162 53 32 0 67 331 33 43
Binary 1000001 1010100 1110010 101011 11010 0 110111 11011001 11011 100011

Color Harmonies of #415472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415472

Black with #415472

Text Example


Text Example

White with #415472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415472; }

 p { color: rgb(65,84,114); }

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

background-color css

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

 a { background-color: rgb(65,84,114); }

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

border-color css

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

 span { border-color: rgb(65,84,114); }

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