Html Css Color HEX #469FC9 Viking

📋 copy color: '#469FC9'

red 70 ◦ green 159 ◦ blue 201

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

Shades of Viking #469FC9

Tints of Viking #469FC9

RGB

 RED value IS 70 (27.73% from 255) = 16.28%

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 16.28%
G = 36.98%
B = 46.74%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#469FC9 (or 0x469FC9) is known color: Viking. HEX triplet: 46, 9F and C9. RGB value is (70,159,201). Sum of RGB (Red+Green+Blue) = 70+159+201=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #469FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FC9 is #B96036. Grayscale: #888888. Windows color (decimal): -12148791 or 13213510. OLE color: 13213510.

HSL color Cylindrical-coordinate representation of color #469FC9: hue angle of 199.24º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #469FC9 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 159 201 -
CMYK 0.65 0.21 0 0.21
HSL 199.24º 0.55% 0.53% -
HSV(B) 199.24º 0.65% 0.79% -
XYZ 25.47 30.32 59.77 -
YUV 137.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 70 159 201 0.65 0.21 0 0.21 199.24 0.55 0.53
Hex 46 9F C9 41 15 0 15 C7 37 35
Octal 106 237 311 101 25 0 25 307 67 65
Binary 1000110 10011111 11001001 1000001 10101 0 10101 11000111 110111 110101

Color Harmonies of #469FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FC9

Black with #469FC9

Text Example


Text Example

White with #469FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469FC9; }

 p { color: rgb(70,159,201); }

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

background-color css

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

 a { background-color: rgb(70,159,201); }

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

border-color css

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

 span { border-color: rgb(70,159,201); }

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