Html Css Color HEX #424653 Blue Zodiac

📋 copy color: '#424653'

red 66 ◦ green 70 ◦ blue 83

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

Shades of Blue Zodiac #424653

Tints of Blue Zodiac #424653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 30.14%
G = 31.96%
B = 37.9%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424653 (or 0x424653) is known color: Blue Zodiac. HEX triplet: 42, 46 and 53. RGB value is (66,70,83). Sum of RGB (Red+Green+Blue) = 66+70+83=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #424653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424653 is #BDB9AC. Grayscale: #464646. Windows color (decimal): -12433837 or 5457474. OLE color: 5457474.

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

Color convert

RGB 66 70 83 -
CMYK 0.20 0.16 0 0.67
HSL 225.88º 0.11% 0.29% -
HSV(B) 225.88º 0.2% 0.33% -
XYZ 6 6.16 9.06 -
YUV 70.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 66 70 83 0.20 0.16 0 0.67 225.88 0.11 0.29
Hex 42 46 53 14 10 0 43 E2 B 1D
Octal 102 106 123 24 20 0 103 342 13 35
Binary 1000010 1000110 1010011 10100 10000 0 1000011 11100010 1011 11101

Color Harmonies of #424653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424653

Black with #424653

Text Example


Text Example

White with #424653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424653; }

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

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

background-color css

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

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

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

border-color css

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

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

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