Html Css Color HEX #428792 Hippie Blue

📋 copy color: '#428792'

red 66 ◦ green 135 ◦ blue 146

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

Shades of Hippie Blue #428792

Tints of Hippie Blue #428792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 19.02%
G = 38.9%
B = 42.07%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428792 (or 0x428792) is known color: Hippie Blue. HEX triplet: 42, 87 and 92. RGB value is (66,135,146). Sum of RGB (Red+Green+Blue) = 66+135+146=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #428792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428792 is #BD786D. Grayscale: #737373. Windows color (decimal): -12417134 or 9602882. OLE color: 9602882.

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

Color convert

RGB 66 135 146 -
CMYK 0.55 0.08 0 0.43
HSL 188.25º 0.38% 0.42% -
HSV(B) 188.25º 0.55% 0.57% -
XYZ 16.1 20.56 30.31 -
YUV 115.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 66 135 146 0.55 0.08 0 0.43 188.25 0.38 0.42
Hex 42 87 92 37 8 0 2B BC 26 2A
Octal 102 207 222 67 10 0 53 274 46 52
Binary 1000010 10000111 10010010 110111 1000 0 101011 10111100 100110 101010

Color Harmonies of #428792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428792

Black with #428792

Text Example


Text Example

White with #428792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428792; }

 p { color: rgb(66,135,146); }

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

background-color css

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

 a { background-color: rgb(66,135,146); }

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

border-color css

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

 span { border-color: rgb(66,135,146); }

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