Html Css Color HEX #424A5D Blue Zodiac

📋 copy color: '#424A5D'

red 66 ◦ green 74 ◦ blue 93

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

Shades of Blue Zodiac #424A5D

Tints of Blue Zodiac #424A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 28.33%
G = 31.76%
B = 39.91%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424A5D (or 0x424A5D) is known color: Blue Zodiac. HEX triplet: 42, 4A and 5D. RGB value is (66,74,93). Sum of RGB (Red+Green+Blue) = 66+74+93=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #424A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A5D is #BDB5A2. Grayscale: #494949. Windows color (decimal): -12432803 or 6113858. OLE color: 6113858.

HSL color Cylindrical-coordinate representation of color #424A5D: hue angle of 222.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424A5D is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 74 93 -
CMYK 0.29 0.20 0 0.64
HSL 222.22º 0.17% 0.31% -
HSV(B) 222.22º 0.29% 0.36% -
XYZ 6.67 6.85 11.33 -
YUV 73.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 66 74 93 0.29 0.20 0 0.64 222.22 0.17 0.31
Hex 42 4A 5D 1D 14 0 40 DE 11 1F
Octal 102 112 135 35 24 0 100 336 21 37
Binary 1000010 1001010 1011101 11101 10100 0 1000000 11011110 10001 11111

Color Harmonies of #424A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A5D

Black with #424A5D

Text Example


Text Example

White with #424A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A5D; }

 p { color: rgb(66,74,93); }

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

background-color css

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

 a { background-color: rgb(66,74,93); }

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

border-color css

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

 span { border-color: rgb(66,74,93); }

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