Html Css Color HEX #427E9F Hippie Blue

📋 copy color: '#427E9F'

red 66 ◦ green 126 ◦ blue 159

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

Shades of Hippie Blue #427E9F

Tints of Hippie Blue #427E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 18.8%
G = 35.9%
B = 45.3%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#427E9F (or 0x427E9F) is known color: Hippie Blue. HEX triplet: 42, 7E and 9F. RGB value is (66,126,159). Sum of RGB (Red+Green+Blue) = 66+126+159=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #427E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E9F is #BD8160. Grayscale: #6F6F6F. Windows color (decimal): -12419425 or 10452546. OLE color: 10452546.

HSL color Cylindrical-coordinate representation of color #427E9F: hue angle of 201.29º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427E9F is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 126 159 -
CMYK 0.58 0.21 0 0.38
HSL 201.29º 0.41% 0.44% -
HSV(B) 201.29º 0.58% 0.62% -
XYZ 15.97 18.58 35.55 -
YUV 111.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 66 126 159 0.58 0.21 0 0.38 201.29 0.41 0.44
Hex 42 7E 9F 3A 15 0 26 C9 29 2C
Octal 102 176 237 72 25 0 46 311 51 54
Binary 1000010 1111110 10011111 111010 10101 0 100110 11001001 101001 101100

Color Harmonies of #427E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E9F

Black with #427E9F

Text Example


Text Example

White with #427E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427E9F; }

 p { color: rgb(66,126,159); }

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

background-color css

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

 a { background-color: rgb(66,126,159); }

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

border-color css

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

 span { border-color: rgb(66,126,159); }

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