Html Css Color HEX #438494 Hippie Blue

📋 copy color: '#438494'

red 67 ◦ green 132 ◦ blue 148

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

Shades of Hippie Blue #438494

Tints of Hippie Blue #438494

RGB

 RED value IS 67 (26.56% from 255) = 19.31%

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 19.31%
G = 38.04%
B = 42.65%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438494 (or 0x438494) is known color: Hippie Blue. HEX triplet: 43, 84 and 94. RGB value is (67,132,148). Sum of RGB (Red+Green+Blue) = 67+132+148=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #438494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438494 is #BC7B6B. Grayscale: #727272. Windows color (decimal): -12352364 or 9733187. OLE color: 9733187.

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

Color convert

RGB 67 132 148 -
CMYK 0.55 0.11 0 0.42
HSL 191.85º 0.38% 0.42% -
HSV(B) 191.85º 0.55% 0.58% -
XYZ 15.91 19.83 31.01 -
YUV 114.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 67 132 148 0.55 0.11 0 0.42 191.85 0.38 0.42
Hex 43 84 94 37 B 0 2A C0 26 2A
Octal 103 204 224 67 13 0 52 300 46 52
Binary 1000011 10000100 10010100 110111 1011 0 101010 11000000 100110 101010

Color Harmonies of #438494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438494

Black with #438494

Text Example


Text Example

White with #438494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438494; }

 p { color: rgb(67,132,148); }

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

background-color css

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

 a { background-color: rgb(67,132,148); }

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

border-color css

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

 span { border-color: rgb(67,132,148); }

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