Html Css Color HEX #424651 Blue Zodiac

📋 copy color: '#424651'

red 66 ◦ green 70 ◦ blue 81

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

Shades of Blue Zodiac #424651

Tints of Blue Zodiac #424651

RGB

 RED value IS 66 (26.17% from 255) = 30.41%

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 30.41%
G = 32.26%
B = 37.33%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424651 (or 0x424651) is known color: Blue Zodiac. HEX triplet: 42, 46 and 51. RGB value is (66,70,81). Sum of RGB (Red+Green+Blue) = 66+70+81=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #424651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424651 is #BDB9AE. Grayscale: #464646. Windows color (decimal): -12433839 or 5326402. OLE color: 5326402.

HSL color Cylindrical-coordinate representation of color #424651: hue angle of 224º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424651 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 70 81 -
CMYK 0.19 0.14 0 0.68
HSL 224º 0.1% 0.29% -
HSV(B) 224º 0.19% 0.32% -
XYZ 5.92 6.13 8.66 -
YUV 70.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 66 70 81 0.19 0.14 0 0.68 224 0.1 0.29
Hex 42 46 51 13 E 0 44 E0 A 1D
Octal 102 106 121 23 16 0 104 340 12 35
Binary 1000010 1000110 1010001 10011 1110 0 1000100 11100000 1010 11101

Color Harmonies of #424651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424651

Black with #424651

Text Example


Text Example

White with #424651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424651; }

 p { color: rgb(66,70,81); }

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

background-color css

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

 a { background-color: rgb(66,70,81); }

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

border-color css

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

 span { border-color: rgb(66,70,81); }

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