Html Css Color HEX #465F79 Chambray

📋 copy color: '#465F79'

red 70 ◦ green 95 ◦ blue 121

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

Shades of Chambray #465F79

Tints of Chambray #465F79

RGB

 RED value IS 70 (27.73% from 255) = 24.48%

 GREEN value IS 95 (37.5% from 255) = 33.22%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 24.48%
G = 33.22%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465F79 (or 0x465F79) is known color: Chambray. HEX triplet: 46, 5F and 79. RGB value is (70,95,121). Sum of RGB (Red+Green+Blue) = 70+95+121=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #465F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F79 is #B9A086. Grayscale: #5A5A5A. Windows color (decimal): -12165255 or 7954246. OLE color: 7954246.

HSL color Cylindrical-coordinate representation of color #465F79: hue angle of 210.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465F79 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 95 121 -
CMYK 0.42 0.21 0 0.53
HSL 210.59º 0.27% 0.37% -
HSV(B) 210.59º 0.42% 0.47% -
XYZ 10.07 10.87 19.66 -
YUV 90.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 70 95 121 0.42 0.21 0 0.53 210.59 0.27 0.37
Hex 46 5F 79 2A 15 0 35 D3 1B 25
Octal 106 137 171 52 25 0 65 323 33 45
Binary 1000110 1011111 1111001 101010 10101 0 110101 11010011 11011 100101

Color Harmonies of #465F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F79

Black with #465F79

Text Example


Text Example

White with #465F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F79; }

 p { color: rgb(70,95,121); }

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

background-color css

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

 a { background-color: rgb(70,95,121); }

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

border-color css

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

 span { border-color: rgb(70,95,121); }

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