Html Css Color HEX #424652 Blue Zodiac

📋 copy color: '#424652'

red 66 ◦ green 70 ◦ blue 82

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

Shades of Blue Zodiac #424652

Tints of Blue Zodiac #424652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 30.28%
G = 32.11%
B = 37.61%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424652 (or 0x424652) is known color: Blue Zodiac. HEX triplet: 42, 46 and 52. RGB value is (66,70,82). Sum of RGB (Red+Green+Blue) = 66+70+82=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #424652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424652 is #BDB9AD. Grayscale: #464646. Windows color (decimal): -12433838 or 5391938. OLE color: 5391938.

HSL color Cylindrical-coordinate representation of color #424652: hue angle of 225º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424652 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 70 82 -
CMYK 0.20 0.15 0 0.68
HSL 225º 0.11% 0.29% -
HSV(B) 225º 0.2% 0.32% -
XYZ 5.96 6.15 8.86 -
YUV 70.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 66 70 82 0.20 0.15 0 0.68 225 0.11 0.29
Hex 42 46 52 14 F 0 44 E1 B 1D
Octal 102 106 122 24 17 0 104 341 13 35
Binary 1000010 1000110 1010010 10100 1111 0 1000100 11100001 1011 11101

Color Harmonies of #424652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424652

Black with #424652

Text Example


Text Example

White with #424652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424652; }

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

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

background-color css

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

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

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

border-color css

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

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

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