Html Css Color HEX #464A5F Port Gore

📋 copy color: '#464A5F'

red 70 ◦ green 74 ◦ blue 95

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

Shades of Port Gore #464A5F

Tints of Port Gore #464A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 29.29%
G = 30.96%
B = 39.75%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464A5F (or 0x464A5F) is known color: Port Gore. HEX triplet: 46, 4A and 5F. RGB value is (70,74,95). Sum of RGB (Red+Green+Blue) = 70+74+95=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #464A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5F is #B9B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12170657 or 6244934. OLE color: 6244934.

HSL color Cylindrical-coordinate representation of color #464A5F: hue angle of 230.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464A5F is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 74 95 -
CMYK 0.26 0.22 0 0.63
HSL 230.4º 0.15% 0.32% -
HSV(B) 230.4º 0.26% 0.37% -
XYZ 7.04 7.03 11.81 -
YUV 75.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 70 74 95 0.26 0.22 0 0.63 230.4 0.15 0.32
Hex 46 4A 5F 1A 16 0 3F E6 F 20
Octal 106 112 137 32 26 0 77 346 17 40
Binary 1000110 1001010 1011111 11010 10110 0 111111 11100110 1111 100000

Color Harmonies of #464A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A5F

Black with #464A5F

Text Example


Text Example

White with #464A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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