Html Css Color HEX #415A74 Chambray

📋 copy color: '#415A74'

red 65 ◦ green 90 ◦ blue 116

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

Shades of Chambray #415A74

Tints of Chambray #415A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 23.99%
G = 33.21%
B = 42.8%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415A74 (or 0x415A74) is known color: Chambray. HEX triplet: 41, 5A and 74. RGB value is (65,90,116). Sum of RGB (Red+Green+Blue) = 65+90+116=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #415A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A74 is #BEA58B. Grayscale: #555555. Windows color (decimal): -12494220 or 7625281. OLE color: 7625281.

HSL color Cylindrical-coordinate representation of color #415A74: hue angle of 210.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415A74 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 90 116 -
CMYK 0.44 0.22 0 0.55
HSL 210.59º 0.28% 0.35% -
HSV(B) 210.59º 0.44% 0.45% -
XYZ 8.99 9.7 17.92 -
YUV 85.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 65 90 116 0.44 0.22 0 0.55 210.59 0.28 0.35
Hex 41 5A 74 2C 16 0 37 D3 1C 23
Octal 101 132 164 54 26 0 67 323 34 43
Binary 1000001 1011010 1110100 101100 10110 0 110111 11010011 11100 100011

Color Harmonies of #415A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A74

Black with #415A74

Text Example


Text Example

White with #415A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415A74; }

 p { color: rgb(65,90,116); }

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

background-color css

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

 a { background-color: rgb(65,90,116); }

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

border-color css

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

 span { border-color: rgb(65,90,116); }

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