Html Css Color HEX #415B77 Chambray

📋 copy color: '#415B77'

red 65 ◦ green 91 ◦ blue 119

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

Shades of Chambray #415B77

Tints of Chambray #415B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 23.64%
G = 33.09%
B = 43.27%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415B77 (or 0x415B77) is known color: Chambray. HEX triplet: 41, 5B and 77. RGB value is (65,91,119). Sum of RGB (Red+Green+Blue) = 65+91+119=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #415B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B77 is #BEA488. Grayscale: #565656. Windows color (decimal): -12493961 or 7822145. OLE color: 7822145.

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

Color convert

RGB 65 91 119 -
CMYK 0.45 0.24 0 0.53
HSL 211.11º 0.29% 0.36% -
HSV(B) 211.11º 0.45% 0.47% -
XYZ 9.25 9.94 18.88 -
YUV 86.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 65 91 119 0.45 0.24 0 0.53 211.11 0.29 0.36
Hex 41 5B 77 2D 18 0 35 D3 1D 24
Octal 101 133 167 55 30 0 65 323 35 44
Binary 1000001 1011011 1110111 101101 11000 0 110101 11010011 11101 100100

Color Harmonies of #415B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B77

Black with #415B77

Text Example


Text Example

White with #415B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,91,119); }

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

background-color css

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

 a { background-color: rgb(65,91,119); }

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

border-color css

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

 span { border-color: rgb(65,91,119); }

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