Html Css Color HEX #429EC7 Viking

📋 copy color: '#429EC7'

red 66 ◦ green 158 ◦ blue 199

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

Shades of Viking #429EC7

Tints of Viking #429EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.35%

 BLUE value IS 199 (78.13% from 255) = 47.04%

R = 15.6%
G = 37.35%
B = 47.04%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#429EC7 (or 0x429EC7) is known color: Viking. HEX triplet: 42, 9E and C7. RGB value is (66,158,199). Sum of RGB (Red+Green+Blue) = 66+158+199=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #429EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EC7 is #BD6138. Grayscale: #868686. Windows color (decimal): -12411193 or 13082178. OLE color: 13082178.

HSL color Cylindrical-coordinate representation of color #429EC7: hue angle of 198.5º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429EC7 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 158 199 -
CMYK 0.67 0.21 0 0.22
HSL 198.5º 0.54% 0.52% -
HSV(B) 198.5º 0.67% 0.78% -
XYZ 24.78 29.74 58.47 -
YUV 135.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 66 158 199 0.67 0.21 0 0.22 198.5 0.54 0.52
Hex 42 9E C7 43 15 0 16 C6 36 34
Octal 102 236 307 103 25 0 26 306 66 64
Binary 1000010 10011110 11000111 1000011 10101 0 10110 11000110 110110 110100

Color Harmonies of #429EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EC7

Black with #429EC7

Text Example


Text Example

White with #429EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429EC7; }

 p { color: rgb(66,158,199); }

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

background-color css

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

 a { background-color: rgb(66,158,199); }

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

border-color css

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

 span { border-color: rgb(66,158,199); }

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