Html Css Color HEX #415A78 Chambray

📋 copy color: '#415A78'

red 65 ◦ green 90 ◦ blue 120

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

Shades of Chambray #415A78

Tints of Chambray #415A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 23.64%
G = 32.73%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415A78 (or 0x415A78) is known color: Chambray. HEX triplet: 41, 5A and 78. RGB value is (65,90,120). Sum of RGB (Red+Green+Blue) = 65+90+120=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #415A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A78 is #BEA587. Grayscale: #555555. Windows color (decimal): -12494216 or 7887425. OLE color: 7887425.

HSL color Cylindrical-coordinate representation of color #415A78: hue angle of 212.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #415A78 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 90 120 -
CMYK 0.46 0.25 0 0.53
HSL 212.73º 0.3% 0.36% -
HSV(B) 212.73º 0.46% 0.47% -
XYZ 9.23 9.79 19.17 -
YUV 85.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 65 90 120 0.46 0.25 0 0.53 212.73 0.3 0.36
Hex 41 5A 78 2E 19 0 35 D5 1E 24
Octal 101 132 170 56 31 0 65 325 36 44
Binary 1000001 1011010 1111000 101110 11001 0 110101 11010101 11110 100100

Color Harmonies of #415A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A78

Black with #415A78

Text Example


Text Example

White with #415A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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