Html Css Color HEX #4AB8BC Viking

📋 copy color: '#4AB8BC'

red 74 ◦ green 184 ◦ blue 188

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

Shades of Viking #4AB8BC

Tints of Viking #4AB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 16.59%
G = 41.26%
B = 42.15%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AB8BC (or 0x4AB8BC) is known color: Viking. HEX triplet: 4A, B8 and BC. RGB value is (74,184,188). Sum of RGB (Red+Green+Blue) = 74+184+188=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AB8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB8BC is #B54743. Grayscale: #979797. Windows color (decimal): -11880260 or 12367946. OLE color: 12367946.

HSL color Cylindrical-coordinate representation of color #4AB8BC: hue angle of 182.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AB8BC is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 184 188 -
CMYK 0.61 0.02 0 0.26
HSL 182.11º 0.46% 0.51% -
HSV(B) 182.11º 0.61% 0.74% -
XYZ 29.04 39.37 53.65 -
YUV 151.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 74 184 188 0.61 0.02 0 0.26 182.11 0.46 0.51
Hex 4A B8 BC 3D 2 0 1A B6 2E 33
Octal 112 270 274 75 2 0 32 266 56 63
Binary 1001010 10111000 10111100 111101 10 0 11010 10110110 101110 110011

Color Harmonies of #4AB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB8BC

Black with #4AB8BC

Text Example


Text Example

White with #4AB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,184,188); }

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

background-color css

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

 a { background-color: rgb(74,184,188); }

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

border-color css

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

 span { border-color: rgb(74,184,188); }

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