Html Css Color HEX #464A5B Blue Zodiac

📋 copy color: '#464A5B'

red 70 ◦ green 74 ◦ blue 91

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

Shades of Blue Zodiac #464A5B

Tints of Blue Zodiac #464A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 29.79%
G = 31.49%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464A5B (or 0x464A5B) is known color: Blue Zodiac. HEX triplet: 46, 4A and 5B. RGB value is (70,74,91). Sum of RGB (Red+Green+Blue) = 70+74+91=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #464A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5B is #B9B5A4. Grayscale: #4A4A4A. Windows color (decimal): -12170661 or 5982790. OLE color: 5982790.

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

Color convert

RGB 70 74 91 -
CMYK 0.23 0.19 0 0.64
HSL 228.57º 0.13% 0.32% -
HSV(B) 228.57º 0.23% 0.36% -
XYZ 6.86 6.95 10.88 -
YUV 74.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 70 74 91 0.23 0.19 0 0.64 228.57 0.13 0.32
Hex 46 4A 5B 17 13 0 40 E5 D 20
Octal 106 112 133 27 23 0 100 345 15 40
Binary 1000110 1001010 1011011 10111 10011 0 1000000 11100101 1101 100000

Color Harmonies of #464A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A5B

Black with #464A5B

Text Example


Text Example

White with #464A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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