Html Css Color HEX #4CB5BC Viking

📋 copy color: '#4CB5BC'

red 76 ◦ green 181 ◦ blue 188

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

Shades of Viking #4CB5BC

Tints of Viking #4CB5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

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

R = 17.08%
G = 40.67%
B = 42.25%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4CB5BC (or 0x4CB5BC) is known color: Viking. HEX triplet: 4C, B5 and BC. RGB value is (76,181,188). Sum of RGB (Red+Green+Blue) = 76+181+188=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CB5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB5BC is #B34A43. Grayscale: #969696. Windows color (decimal): -11749956 or 12367180. OLE color: 12367180.

HSL color Cylindrical-coordinate representation of color #4CB5BC: hue angle of 183.75º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB5BC is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 181 188 -
CMYK 0.60 0.04 0 0.26
HSL 183.75º 0.46% 0.52% -
HSV(B) 183.75º 0.6% 0.74% -
XYZ 28.58 38.22 53.45 -
YUV 150.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 76 181 188 0.60 0.04 0 0.26 183.75 0.46 0.52
Hex 4C B5 BC 3C 4 0 1A B8 2E 34
Octal 114 265 274 74 4 0 32 270 56 64
Binary 1001100 10110101 10111100 111100 100 0 11010 10111000 101110 110100

Color Harmonies of #4CB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB5BC

Black with #4CB5BC

Text Example


Text Example

White with #4CB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,181,188); }

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

background-color css

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

 a { background-color: rgb(76,181,188); }

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

border-color css

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

 span { border-color: rgb(76,181,188); }

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