Html Css Color HEX #458299 Hippie Blue

📋 copy color: '#458299'

red 69 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #458299

Tints of Hippie Blue #458299

RGB

 RED value IS 69 (27.34% from 255) = 19.6%

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 19.6%
G = 36.93%
B = 43.47%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#458299 (or 0x458299) is known color: Hippie Blue. HEX triplet: 45, 82 and 99. RGB value is (69,130,153). Sum of RGB (Red+Green+Blue) = 69+130+153=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #458299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458299 is #BA7D66. Grayscale: #727272. Windows color (decimal): -12221799 or 10060357. OLE color: 10060357.

HSL color Cylindrical-coordinate representation of color #458299: hue angle of 196.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458299 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 130 153 -
CMYK 0.55 0.15 0 0.4
HSL 196.43º 0.38% 0.44% -
HSV(B) 196.43º 0.55% 0.6% -
XYZ 16.19 19.53 33.05 -
YUV 114.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 69 130 153 0.55 0.15 0 0.4 196.43 0.38 0.44
Hex 45 82 99 37 F 0 28 C4 26 2C
Octal 105 202 231 67 17 0 50 304 46 54
Binary 1000101 10000010 10011001 110111 1111 0 101000 11000100 100110 101100

Color Harmonies of #458299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458299

Black with #458299

Text Example


Text Example

White with #458299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458299; }

 p { color: rgb(69,130,153); }

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

background-color css

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

 a { background-color: rgb(69,130,153); }

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

border-color css

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

 span { border-color: rgb(69,130,153); }

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