Html Css Color HEX #425278 Astronaut

📋 copy color: '#425278'

red 66 ◦ green 82 ◦ blue 120

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

Shades of Astronaut #425278

Tints of Astronaut #425278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 24.63%
G = 30.6%
B = 44.78%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425278 (or 0x425278) is known color: Astronaut. HEX triplet: 42, 52 and 78. RGB value is (66,82,120). Sum of RGB (Red+Green+Blue) = 66+82+120=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #425278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425278 is #BDAD87. Grayscale: #515151. Windows color (decimal): -12430728 or 7885378. OLE color: 7885378.

HSL color Cylindrical-coordinate representation of color #425278: hue angle of 222.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425278 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 82 120 -
CMYK 0.45 0.32 0 0.53
HSL 222.22º 0.29% 0.36% -
HSV(B) 222.22º 0.45% 0.47% -
XYZ 8.65 8.55 18.96 -
YUV 81.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 66 82 120 0.45 0.32 0 0.53 222.22 0.29 0.36
Hex 42 52 78 2D 20 0 35 DE 1D 24
Octal 102 122 170 55 40 0 65 336 35 44
Binary 1000010 1010010 1111000 101101 100000 0 110101 11011110 11101 100100

Color Harmonies of #425278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425278

Black with #425278

Text Example


Text Example

White with #425278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425278; }

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

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

background-color css

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

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

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

border-color css

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

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

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