Html Css Color HEX #464B5D Blue Zodiac

📋 copy color: '#464B5D'

red 70 ◦ green 75 ◦ blue 93

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

Shades of Blue Zodiac #464B5D

Tints of Blue Zodiac #464B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.51%

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 29.41%
G = 31.51%
B = 39.08%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464B5D (or 0x464B5D) is known color: Blue Zodiac. HEX triplet: 46, 4B and 5D. RGB value is (70,75,93). Sum of RGB (Red+Green+Blue) = 70+75+93=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #464B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5D is #B9B4A2. Grayscale: #4B4B4B. Windows color (decimal): -12170403 or 6114118. OLE color: 6114118.

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

Color convert

RGB 70 75 93 -
CMYK 0.25 0.19 0 0.64
HSL 226.96º 0.14% 0.32% -
HSV(B) 226.96º 0.25% 0.36% -
XYZ 7.02 7.12 11.36 -
YUV 75.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 70 75 93 0.25 0.19 0 0.64 226.96 0.14 0.32
Hex 46 4B 5D 19 13 0 40 E3 E 20
Octal 106 113 135 31 23 0 100 343 16 40
Binary 1000110 1001011 1011101 11001 10011 0 1000000 11100011 1110 100000

Color Harmonies of #464B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B5D

Black with #464B5D

Text Example


Text Example

White with #464B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,93); }

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

background-color css

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

 a { background-color: rgb(70,75,93); }

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

border-color css

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

 span { border-color: rgb(70,75,93); }

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