Html Css Color HEX #4CBDDB Viking

📋 copy color: '#4CBDDB'

red 76 ◦ green 189 ◦ blue 219

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

Shades of Viking #4CBDDB

Tints of Viking #4CBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

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

R = 15.7%
G = 39.05%
B = 45.25%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CBDDB (or 0x4CBDDB) is known color: Viking. HEX triplet: 4C, BD and DB. RGB value is (76,189,219). Sum of RGB (Red+Green+Blue) = 76+189+219=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CBDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDDB is #B34224. Grayscale: #9E9E9E. Windows color (decimal): -11747877 or 14400844. OLE color: 14400844.

HSL color Cylindrical-coordinate representation of color #4CBDDB: hue angle of 192.59º 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 #4CBDDB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 189 219 -
CMYK 0.65 0.14 0 0.14
HSL 192.59º 0.67% 0.58% -
HSV(B) 192.59º 0.65% 0.86% -
XYZ 33.96 43.05 73.54 -
YUV 158.63 162.06 69.06 -
System Red Green Blue C M Y K H S L
Decimal 76 189 219 0.65 0.14 0 0.14 192.59 0.67 0.58
Hex 4C BD DB 41 E 0 E C1 43 3A
Octal 114 275 333 101 16 0 16 301 103 72
Binary 1001100 10111101 11011011 1000001 1110 0 1110 11000001 1000011 111010

Color Harmonies of #4CBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBDDB

Black with #4CBDDB

Text Example


Text Example

White with #4CBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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