Html Css Color HEX #4A9FBE Viking

📋 copy color: '#4A9FBE'

red 74 ◦ green 159 ◦ blue 190

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

Shades of Viking #4A9FBE

Tints of Viking #4A9FBE

RGB

 RED value IS 74 (29.3% from 255) = 17.49%

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 17.49%
G = 37.59%
B = 44.92%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A9FBE (or 0x4A9FBE) is known color: Viking. HEX triplet: 4A, 9F and BE. RGB value is (74,159,190). Sum of RGB (Red+Green+Blue) = 74+159+190=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9FBE is #B56041. Grayscale: #888888. Windows color (decimal): -11886658 or 12492618. OLE color: 12492618.

HSL color Cylindrical-coordinate representation of color #4A9FBE: hue angle of 196.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9FBE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 159 190 -
CMYK 0.61 0.16 0 0.25
HSL 196.03º 0.47% 0.52% -
HSV(B) 196.03º 0.61% 0.75% -
XYZ 24.52 29.97 53.21 -
YUV 137.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 74 159 190 0.61 0.16 0 0.25 196.03 0.47 0.52
Hex 4A 9F BE 3D 10 0 19 C4 2F 34
Octal 112 237 276 75 20 0 31 304 57 64
Binary 1001010 10011111 10111110 111101 10000 0 11001 11000100 101111 110100

Color Harmonies of #4A9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FBE

Black with #4A9FBE

Text Example


Text Example

White with #4A9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9FBE; }

 p { color: rgb(74,159,190); }

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

background-color css

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

 a { background-color: rgb(74,159,190); }

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

border-color css

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

 span { border-color: rgb(74,159,190); }

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