Html Css Color HEX #4CABBA Viking

📋 copy color: '#4CABBA'

red 76 ◦ green 171 ◦ blue 186

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

Shades of Viking #4CABBA

Tints of Viking #4CABBA

RGB

 RED value IS 76 (30.08% from 255) = 17.55%

 GREEN value IS 171 (67.19% from 255) = 39.49%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 17.55%
G = 39.49%
B = 42.96%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4CABBA (or 0x4CABBA) is known color: Viking. HEX triplet: 4C, AB and BA. RGB value is (76,171,186). Sum of RGB (Red+Green+Blue) = 76+171+186=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABBA is #B35445. Grayscale: #909090. Windows color (decimal): -11752518 or 12233548. OLE color: 12233548.

HSL color Cylindrical-coordinate representation of color #4CABBA: hue angle of 188.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CABBA is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 171 186 -
CMYK 0.59 0.08 0 0.27
HSL 188.18º 0.44% 0.51% -
HSV(B) 188.18º 0.59% 0.73% -
XYZ 26.41 34.21 51.67 -
YUV 144.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 76 171 186 0.59 0.08 0 0.27 188.18 0.44 0.51
Hex 4C AB BA 3B 8 0 1B BC 2C 33
Octal 114 253 272 73 10 0 33 274 54 63
Binary 1001100 10101011 10111010 111011 1000 0 11011 10111100 101100 110011

Color Harmonies of #4CABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABBA

Black with #4CABBA

Text Example


Text Example

White with #4CABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,171,186); }

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

background-color css

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

 a { background-color: rgb(76,171,186); }

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

border-color css

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

 span { border-color: rgb(76,171,186); }

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