Html Css Color HEX #464A69 Port Gore

📋 copy color: '#464A69'

red 70 ◦ green 74 ◦ blue 105

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

Shades of Port Gore #464A69

Tints of Port Gore #464A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.17%

R = 28.11%
G = 29.72%
B = 42.17%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464A69 (or 0x464A69) is known color: Port Gore. HEX triplet: 46, 4A and 69. RGB value is (70,74,105). Sum of RGB (Red+Green+Blue) = 70+74+105=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #464A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A69 is #B9B596. Grayscale: #4C4C4C. Windows color (decimal): -12170647 or 6900294. OLE color: 6900294.

HSL color Cylindrical-coordinate representation of color #464A69: hue angle of 233.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464A69 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 74 105 -
CMYK 0.33 0.30 0 0.59
HSL 233.14º 0.2% 0.34% -
HSV(B) 233.14º 0.33% 0.41% -
XYZ 7.52 7.22 14.36 -
YUV 76.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 70 74 105 0.33 0.30 0 0.59 233.14 0.2 0.34
Hex 46 4A 69 21 1E 0 3B E9 14 22
Octal 106 112 151 41 36 0 73 351 24 42
Binary 1000110 1001010 1101001 100001 11110 0 111011 11101001 10100 100010

Color Harmonies of #464A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A69

Black with #464A69

Text Example


Text Example

White with #464A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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