Html Css Color HEX #4BB5C1 Viking

📋 copy color: '#4BB5C1'

red 75 ◦ green 181 ◦ blue 193

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

Shades of Viking #4BB5C1

Tints of Viking #4BB5C1

RGB

 RED value IS 75 (29.69% from 255) = 16.7%

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

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 16.7%
G = 40.31%
B = 42.98%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4BB5C1 (or 0x4BB5C1) is known color: Viking. HEX triplet: 4B, B5 and C1. RGB value is (75,181,193). Sum of RGB (Red+Green+Blue) = 75+181+193=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #4BB5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB5C1 is #B44A3E. Grayscale: #969696. Windows color (decimal): -11815487 or 12694859. OLE color: 12694859.

HSL color Cylindrical-coordinate representation of color #4BB5C1: hue angle of 186.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB5C1 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 181 193 -
CMYK 0.61 0.06 0 0.24
HSL 186.1º 0.49% 0.53% -
HSV(B) 186.1º 0.61% 0.76% -
XYZ 29.05 38.39 56.33 -
YUV 150.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 75 181 193 0.61 0.06 0 0.24 186.1 0.49 0.53
Hex 4B B5 C1 3D 6 0 18 BA 31 35
Octal 113 265 301 75 6 0 30 272 61 65
Binary 1001011 10110101 11000001 111101 110 0 11000 10111010 110001 110101

Color Harmonies of #4BB5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB5C1

Black with #4BB5C1

Text Example


Text Example

White with #4BB5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,181,193); }

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

background-color css

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

 a { background-color: rgb(75,181,193); }

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

border-color css

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

 span { border-color: rgb(75,181,193); }

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