Html Css Color HEX #4CABCB Viking

📋 copy color: '#4CABCB'

red 76 ◦ green 171 ◦ blue 203

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

Shades of Viking #4CABCB

Tints of Viking #4CABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 16.89%
G = 38%
B = 45.11%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CABCB (or 0x4CABCB) is known color: Viking. HEX triplet: 4C, AB and CB. RGB value is (76,171,203). Sum of RGB (Red+Green+Blue) = 76+171+203=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABCB is #B35434. Grayscale: #929292. Windows color (decimal): -11752501 or 13347660. OLE color: 13347660.

HSL color Cylindrical-coordinate representation of color #4CABCB: hue angle of 195.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CABCB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 171 203 -
CMYK 0.63 0.16 0 0.20
HSL 195.12º 0.55% 0.55% -
HSV(B) 195.12º 0.63% 0.8% -
XYZ 28.32 34.97 61.76 -
YUV 146.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 76 171 203 0.63 0.16 0 0.20 195.12 0.55 0.55
Hex 4C AB CB 3F 10 0 14 C3 37 37
Octal 114 253 313 77 20 0 24 303 67 67
Binary 1001100 10101011 11001011 111111 10000 0 10100 11000011 110111 110111

Color Harmonies of #4CABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABCB

Black with #4CABCB

Text Example


Text Example

White with #4CABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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