Html Css Color HEX #428395 Hippie Blue

📋 copy color: '#428395'

red 66 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #428395

Tints of Hippie Blue #428395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 19.08%
G = 37.86%
B = 43.06%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#428395 (or 0x428395) is known color: Hippie Blue. HEX triplet: 42, 83 and 95. RGB value is (66,131,149). Sum of RGB (Red+Green+Blue) = 66+131+149=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #428395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428395 is #BD7C6A. Grayscale: #717171. Windows color (decimal): -12418155 or 9798466. OLE color: 9798466.

HSL color Cylindrical-coordinate representation of color #428395: hue angle of 193.01º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428395 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 131 149 -
CMYK 0.56 0.12 0 0.42
HSL 193.01º 0.39% 0.42% -
HSV(B) 193.01º 0.56% 0.58% -
XYZ 15.79 19.56 31.38 -
YUV 113.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 66 131 149 0.56 0.12 0 0.42 193.01 0.39 0.42
Hex 42 83 95 38 C 0 2A C1 27 2A
Octal 102 203 225 70 14 0 52 301 47 52
Binary 1000010 10000011 10010101 111000 1100 0 101010 11000001 100111 101010

Color Harmonies of #428395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428395

Black with #428395

Text Example


Text Example

White with #428395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428395; }

 p { color: rgb(66,131,149); }

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

background-color css

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

 a { background-color: rgb(66,131,149); }

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

border-color css

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

 span { border-color: rgb(66,131,149); }

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