Html Css Color HEX #428994 Hippie Blue

📋 copy color: '#428994'

red 66 ◦ green 137 ◦ blue 148

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

Shades of Hippie Blue #428994

Tints of Hippie Blue #428994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 18.8%
G = 39.03%
B = 42.17%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#428994 (or 0x428994) is known color: Hippie Blue. HEX triplet: 42, 89 and 94. RGB value is (66,137,148). Sum of RGB (Red+Green+Blue) = 66+137+148=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #428994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428994 is #BD766B. Grayscale: #747474. Windows color (decimal): -12416620 or 9734466. OLE color: 9734466.

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

Color convert

RGB 66 137 148 -
CMYK 0.55 0.07 0 0.42
HSL 188.05º 0.38% 0.42% -
HSV(B) 188.05º 0.55% 0.58% -
XYZ 16.54 21.19 31.23 -
YUV 117.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 66 137 148 0.55 0.07 0 0.42 188.05 0.38 0.42
Hex 42 89 94 37 7 0 2A BC 26 2A
Octal 102 211 224 67 7 0 52 274 46 52
Binary 1000010 10001001 10010100 110111 111 0 101010 10111100 100110 101010

Color Harmonies of #428994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428994

Black with #428994

Text Example


Text Example

White with #428994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428994; }

 p { color: rgb(66,137,148); }

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

background-color css

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

 a { background-color: rgb(66,137,148); }

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

border-color css

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

 span { border-color: rgb(66,137,148); }

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