Html Css Color HEX #428398 Hippie Blue

📋 copy color: '#428398'

red 66 ◦ green 131 ◦ blue 152

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

Shades of Hippie Blue #428398

Tints of Hippie Blue #428398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 18.91%
G = 37.54%
B = 43.55%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#428398 (or 0x428398) is known color: Hippie Blue. HEX triplet: 42, 83 and 98. RGB value is (66,131,152). Sum of RGB (Red+Green+Blue) = 66+131+152=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #428398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428398 is #BD7C67. Grayscale: #717171. Windows color (decimal): -12418152 or 9995074. OLE color: 9995074.

HSL color Cylindrical-coordinate representation of color #428398: hue angle of 194.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428398 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 131 152 -
CMYK 0.57 0.14 0 0.40
HSL 194.65º 0.39% 0.43% -
HSV(B) 194.65º 0.57% 0.6% -
XYZ 16.03 19.66 32.66 -
YUV 113.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 66 131 152 0.57 0.14 0 0.40 194.65 0.39 0.43
Hex 42 83 98 39 E 0 28 C3 27 2B
Octal 102 203 230 71 16 0 50 303 47 53
Binary 1000010 10000011 10011000 111001 1110 0 101000 11000011 100111 101011

Color Harmonies of #428398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428398

Black with #428398

Text Example


Text Example

White with #428398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428398; }

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

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

background-color css

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

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

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

border-color css

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

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

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