Html Css Color HEX #464A5C Blue Zodiac

📋 copy color: '#464A5C'

red 70 ◦ green 74 ◦ blue 92

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

Shades of Blue Zodiac #464A5C

Tints of Blue Zodiac #464A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 29.66%
G = 31.36%
B = 38.98%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464A5C (or 0x464A5C) is known color: Blue Zodiac. HEX triplet: 46, 4A and 5C. RGB value is (70,74,92). Sum of RGB (Red+Green+Blue) = 70+74+92=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #464A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5C is #B9B5A3. Grayscale: #4A4A4A. Windows color (decimal): -12170660 or 6048326. OLE color: 6048326.

HSL color Cylindrical-coordinate representation of color #464A5C: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464A5C is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 74 92 -
CMYK 0.24 0.20 0 0.64
HSL 229.09º 0.14% 0.32% -
HSV(B) 229.09º 0.24% 0.36% -
XYZ 6.91 6.97 11.11 -
YUV 74.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 70 74 92 0.24 0.20 0 0.64 229.09 0.14 0.32
Hex 46 4A 5C 18 14 0 40 E5 E 20
Octal 106 112 134 30 24 0 100 345 16 40
Binary 1000110 1001010 1011100 11000 10100 0 1000000 11100101 1110 100000

Color Harmonies of #464A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A5C

Black with #464A5C

Text Example


Text Example

White with #464A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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