Html Css Color HEX #465C83 Chambray

📋 copy color: '#465C83'

red 70 ◦ green 92 ◦ blue 131

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

Shades of Chambray #465C83

Tints of Chambray #465C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 23.89%
G = 31.4%
B = 44.71%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465C83 (or 0x465C83) is known color: Chambray. HEX triplet: 46, 5C and 83. RGB value is (70,92,131). Sum of RGB (Red+Green+Blue) = 70+92+131=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #465C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C83 is #B9A37C. Grayscale: #595959. Windows color (decimal): -12166013 or 8608838. OLE color: 8608838.

HSL color Cylindrical-coordinate representation of color #465C83: hue angle of 218.36º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465C83 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 92 131 -
CMYK 0.47 0.30 0 0.49
HSL 218.36º 0.3% 0.39% -
HSV(B) 218.36º 0.47% 0.51% -
XYZ 10.45 10.6 22.97 -
YUV 89.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 70 92 131 0.47 0.30 0 0.49 218.36 0.3 0.39
Hex 46 5C 83 2F 1E 0 31 DA 1E 27
Octal 106 134 203 57 36 0 61 332 36 47
Binary 1000110 1011100 10000011 101111 11110 0 110001 11011010 11110 100111

Color Harmonies of #465C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C83

Black with #465C83

Text Example


Text Example

White with #465C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,131); }

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

background-color css

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

 a { background-color: rgb(70,92,131); }

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

border-color css

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

 span { border-color: rgb(70,92,131); }

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