Html Css Color HEX #428593 Hippie Blue

📋 copy color: '#428593'

red 66 ◦ green 133 ◦ blue 147

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

Shades of Hippie Blue #428593

Tints of Hippie Blue #428593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 19.08%
G = 38.44%
B = 42.49%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#428593 (or 0x428593) is known color: Hippie Blue. HEX triplet: 42, 85 and 93. RGB value is (66,133,147). Sum of RGB (Red+Green+Blue) = 66+133+147=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #428593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428593 is #BD7A6C. Grayscale: #727272. Windows color (decimal): -12417645 or 9667906. OLE color: 9667906.

HSL color Cylindrical-coordinate representation of color #428593: hue angle of 190.37º 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 #428593 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 133 147 -
CMYK 0.55 0.10 0 0.42
HSL 190.37º 0.38% 0.42% -
HSV(B) 190.37º 0.55% 0.58% -
XYZ 15.9 20.04 30.63 -
YUV 114.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 66 133 147 0.55 0.10 0 0.42 190.37 0.38 0.42
Hex 42 85 93 37 A 0 2A BE 26 2A
Octal 102 205 223 67 12 0 52 276 46 52
Binary 1000010 10000101 10010011 110111 1010 0 101010 10111110 100110 101010

Color Harmonies of #428593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428593

Black with #428593

Text Example


Text Example

White with #428593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428593; }

 p { color: rgb(66,133,147); }

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

background-color css

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

 a { background-color: rgb(66,133,147); }

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

border-color css

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

 span { border-color: rgb(66,133,147); }

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