Html Css Color HEX #464B5C Blue Zodiac

📋 copy color: '#464B5C'

red 70 ◦ green 75 ◦ blue 92

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

Shades of Blue Zodiac #464B5C

Tints of Blue Zodiac #464B5C

RGB

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

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

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

R = 29.54%
G = 31.65%
B = 38.82%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464B5C (or 0x464B5C) is known color: Blue Zodiac. HEX triplet: 46, 4B and 5C. RGB value is (70,75,92). Sum of RGB (Red+Green+Blue) = 70+75+92=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #464B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5C is #B9B4A3. Grayscale: #4B4B4B. Windows color (decimal): -12170404 or 6048582. OLE color: 6048582.

HSL color Cylindrical-coordinate representation of color #464B5C: hue angle of 226.36º 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 #464B5C is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 75 92 -
CMYK 0.24 0.18 0 0.64
HSL 226.36º 0.14% 0.32% -
HSV(B) 226.36º 0.24% 0.36% -
XYZ 6.97 7.11 11.13 -
YUV 75.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 70 75 92 0.24 0.18 0 0.64 226.36 0.14 0.32
Hex 46 4B 5C 18 12 0 40 E2 E 20
Octal 106 113 134 30 22 0 100 342 16 40
Binary 1000110 1001011 1011100 11000 10010 0 1000000 11100010 1110 100000

Color Harmonies of #464B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B5C

Black with #464B5C

Text Example


Text Example

White with #464B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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