Html Css Color HEX #42485A Blue Zodiac

📋 copy color: '#42485A'

red 66 ◦ green 72 ◦ blue 90

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

Shades of Blue Zodiac #42485A

Tints of Blue Zodiac #42485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 28.95%
G = 31.58%
B = 39.47%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42485A (or 0x42485A) is known color: Blue Zodiac. HEX triplet: 42, 48 and 5A. RGB value is (66,72,90). Sum of RGB (Red+Green+Blue) = 66+72+90=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #42485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42485A is #BDB7A5. Grayscale: #484848. Windows color (decimal): -12433318 or 5916738. OLE color: 5916738.

HSL color Cylindrical-coordinate representation of color #42485A: hue angle of 225º 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 #42485A is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 72 90 -
CMYK 0.27 0.20 0 0.65
HSL 225º 0.15% 0.31% -
HSV(B) 225º 0.27% 0.35% -
XYZ 6.41 6.53 10.6 -
YUV 72.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 66 72 90 0.27 0.20 0 0.65 225 0.15 0.31
Hex 42 48 5A 1B 14 0 41 E1 F 1F
Octal 102 110 132 33 24 0 101 341 17 37
Binary 1000010 1001000 1011010 11011 10100 0 1000001 11100001 1111 11111

Color Harmonies of #42485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42485A

Black with #42485A

Text Example


Text Example

White with #42485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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