Html Css Color HEX #42465A Blue Zodiac

📋 copy color: '#42465A'

red 66 ◦ green 70 ◦ blue 90

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

Shades of Blue Zodiac #42465A

Tints of Blue Zodiac #42465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 29.2%
G = 30.97%
B = 39.82%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42465A (or 0x42465A) is known color: Blue Zodiac. HEX triplet: 42, 46 and 5A. RGB value is (66,70,90). Sum of RGB (Red+Green+Blue) = 66+70+90=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #42465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42465A is #BDB9A5. Grayscale: #474747. Windows color (decimal): -12433830 or 5916226. OLE color: 5916226.

HSL color Cylindrical-coordinate representation of color #42465A: hue angle of 230º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42465A is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 70 90 -
CMYK 0.27 0.22 0 0.65
HSL 230º 0.15% 0.31% -
HSV(B) 230º 0.27% 0.35% -
XYZ 6.28 6.28 10.55 -
YUV 71.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 66 70 90 0.27 0.22 0 0.65 230 0.15 0.31
Hex 42 46 5A 1B 16 0 41 E6 F 1F
Octal 102 106 132 33 26 0 101 346 17 37
Binary 1000010 1000110 1011010 11011 10110 0 1000001 11100110 1111 11111

Color Harmonies of #42465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42465A

Black with #42465A

Text Example


Text Example

White with #42465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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