Html Css Color HEX #479EBD Viking

📋 copy color: '#479EBD'

red 71 ◦ green 158 ◦ blue 189

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

Shades of Viking #479EBD

Tints of Viking #479EBD

RGB

 RED value IS 71 (28.13% from 255) = 16.99%

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 16.99%
G = 37.8%
B = 45.22%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#479EBD (or 0x479EBD) is known color: Viking. HEX triplet: 47, 9E and BD. RGB value is (71,158,189). Sum of RGB (Red+Green+Blue) = 71+158+189=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #479EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EBD is #B86142. Grayscale: #878787. Windows color (decimal): -12083523 or 12426823. OLE color: 12426823.

HSL color Cylindrical-coordinate representation of color #479EBD: hue angle of 195.76º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479EBD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 158 189 -
CMYK 0.62 0.16 0 0.26
HSL 195.76º 0.47% 0.51% -
HSV(B) 195.76º 0.62% 0.74% -
XYZ 24.01 29.47 52.57 -
YUV 135.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 71 158 189 0.62 0.16 0 0.26 195.76 0.47 0.51
Hex 47 9E BD 3E 10 0 1A C4 2F 33
Octal 107 236 275 76 20 0 32 304 57 63
Binary 1000111 10011110 10111101 111110 10000 0 11010 11000100 101111 110011

Color Harmonies of #479EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EBD

Black with #479EBD

Text Example


Text Example

White with #479EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479EBD; }

 p { color: rgb(71,158,189); }

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

background-color css

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

 a { background-color: rgb(71,158,189); }

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

border-color css

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

 span { border-color: rgb(71,158,189); }

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