Html Css Color HEX #4AB3C3 Viking

📋 copy color: '#4AB3C3'

red 74 ◦ green 179 ◦ blue 195

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

Shades of Viking #4AB3C3

Tints of Viking #4AB3C3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 16.52%
G = 39.96%
B = 43.53%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4AB3C3 (or 0x4AB3C3) is known color: Viking. HEX triplet: 4A, B3 and C3. RGB value is (74,179,195). Sum of RGB (Red+Green+Blue) = 74+179+195=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #4AB3C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3C3 is #B54C3C. Grayscale: #959595. Windows color (decimal): -11881533 or 12825418. OLE color: 12825418.

HSL color Cylindrical-coordinate representation of color #4AB3C3: hue angle of 187.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AB3C3 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 179 195 -
CMYK 0.62 0.08 0 0.24
HSL 187.93º 0.5% 0.53% -
HSV(B) 187.93º 0.62% 0.76% -
XYZ 28.79 37.64 57.38 -
YUV 149.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 74 179 195 0.62 0.08 0 0.24 187.93 0.5 0.53
Hex 4A B3 C3 3E 8 0 18 BC 32 35
Octal 112 263 303 76 10 0 30 274 62 65
Binary 1001010 10110011 11000011 111110 1000 0 11000 10111100 110010 110101

Color Harmonies of #4AB3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB3C3

Black with #4AB3C3

Text Example


Text Example

White with #4AB3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,195); }

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

background-color css

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

 a { background-color: rgb(74,179,195); }

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

border-color css

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

 span { border-color: rgb(74,179,195); }

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