Html Css Color HEX #424752 Blue Zodiac

📋 copy color: '#424752'

red 66 ◦ green 71 ◦ blue 82

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

Shades of Blue Zodiac #424752

Tints of Blue Zodiac #424752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

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

R = 30.14%
G = 32.42%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424752 (or 0x424752) is known color: Blue Zodiac. HEX triplet: 42, 47 and 52. RGB value is (66,71,82). Sum of RGB (Red+Green+Blue) = 66+71+82=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #424752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424752 is #BDB8AD. Grayscale: #464646. Windows color (decimal): -12433582 or 5392194. OLE color: 5392194.

HSL color Cylindrical-coordinate representation of color #424752: hue angle of 221.25º 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 #424752 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 71 82 -
CMYK 0.20 0.13 0 0.68
HSL 221.25º 0.11% 0.29% -
HSV(B) 221.25º 0.2% 0.32% -
XYZ 6.02 6.27 8.88 -
YUV 70.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 66 71 82 0.20 0.13 0 0.68 221.25 0.11 0.29
Hex 42 47 52 14 D 0 44 DD B 1D
Octal 102 107 122 24 15 0 104 335 13 35
Binary 1000010 1000111 1010010 10100 1101 0 1000100 11011101 1011 11101

Color Harmonies of #424752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424752

Black with #424752

Text Example


Text Example

White with #424752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424752; }

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

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

background-color css

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

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

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

border-color css

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

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

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