Html Css Color HEX #464A60 Port Gore

📋 copy color: '#464A60'

red 70 ◦ green 74 ◦ blue 96

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

Shades of Port Gore #464A60

Tints of Port Gore #464A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 29.17%
G = 30.83%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464A60 (or 0x464A60) is known color: Port Gore. HEX triplet: 46, 4A and 60. RGB value is (70,74,96). Sum of RGB (Red+Green+Blue) = 70+74+96=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #464A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A60 is #B9B59F. Grayscale: #4B4B4B. Windows color (decimal): -12170656 or 6310470. OLE color: 6310470.

HSL color Cylindrical-coordinate representation of color #464A60: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464A60 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 74 96 -
CMYK 0.27 0.23 0 0.62
HSL 230.77º 0.16% 0.33% -
HSV(B) 230.77º 0.27% 0.38% -
XYZ 7.09 7.04 12.05 -
YUV 75.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 70 74 96 0.27 0.23 0 0.62 230.77 0.16 0.33
Hex 46 4A 60 1B 17 0 3E E7 10 21
Octal 106 112 140 33 27 0 76 347 20 41
Binary 1000110 1001010 1100000 11011 10111 0 111110 11100111 10000 100001

Color Harmonies of #464A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A60

Black with #464A60

Text Example


Text Example

White with #464A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A60; }

 p { color: rgb(70,74,96); }

 H1.HeaderClassName
 {
   color: #464A60;
 }
 .AnyTagClassName
 {
   color: #464A60;
 }
</style>

background-color css

<style>
 a { background-color: #464A60; }

 a { background-color: rgb(70,74,96); }

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

border-color css

<style>
 span { border-color: #464A60; }

 span { border-color: rgb(70,74,96); }

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