Html Css Color HEX #4CBBDB Viking

📋 copy color: '#4CBBDB'

red 76 ◦ green 187 ◦ blue 219

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

Shades of Viking #4CBBDB

Tints of Viking #4CBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 15.77%
G = 38.8%
B = 45.44%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CBBDB (or 0x4CBBDB) is known color: Viking. HEX triplet: 4C, BB and DB. RGB value is (76,187,219). Sum of RGB (Red+Green+Blue) = 76+187+219=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBDB is #B34424. Grayscale: #9D9D9D. Windows color (decimal): -11748389 or 14400332. OLE color: 14400332.

HSL color Cylindrical-coordinate representation of color #4CBBDB: hue angle of 193.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBBDB is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 187 219 -
CMYK 0.65 0.15 0 0.14
HSL 193.43º 0.67% 0.58% -
HSV(B) 193.43º 0.65% 0.86% -
XYZ 33.54 42.19 73.39 -
YUV 157.46 162.73 69.9 -
System Red Green Blue C M Y K H S L
Decimal 76 187 219 0.65 0.15 0 0.14 193.43 0.67 0.58
Hex 4C BB DB 41 F 0 E C1 43 3A
Octal 114 273 333 101 17 0 16 301 103 72
Binary 1001100 10111011 11011011 1000001 1111 0 1110 11000001 1000011 111010

Color Harmonies of #4CBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBBDB

Black with #4CBBDB

Text Example


Text Example

White with #4CBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,187,219); }

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

background-color css

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

 a { background-color: rgb(76,187,219); }

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

border-color css

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

 span { border-color: rgb(76,187,219); }

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