Html Css Color HEX #42A5B3 Viking

📋 copy color: '#42A5B3'

red 66 ◦ green 165 ◦ blue 179

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

Shades of Viking #42A5B3

Tints of Viking #42A5B3

RGB

 RED value IS 66 (26.17% from 255) = 16.1%

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 179 (70.31% from 255) = 43.66%

R = 16.1%
G = 40.24%
B = 43.66%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#42A5B3 (or 0x42A5B3) is known color: Viking. HEX triplet: 42, A5 and B3. RGB value is (66,165,179). Sum of RGB (Red+Green+Blue) = 66+165+179=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #42A5B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5B3 is #BD5A4C. Grayscale: #888888. Windows color (decimal): -12409421 or 11773250. OLE color: 11773250.

HSL color Cylindrical-coordinate representation of color #42A5B3: hue angle of 187.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A5B3 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 165 179 -
CMYK 0.63 0.08 0 0.30
HSL 187.43º 0.46% 0.48% -
HSV(B) 187.43º 0.63% 0.7% -
XYZ 23.84 31.32 47.44 -
YUV 137 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 66 165 179 0.63 0.08 0 0.30 187.43 0.46 0.48
Hex 42 A5 B3 3F 8 0 1E BB 2E 30
Octal 102 245 263 77 10 0 36 273 56 60
Binary 1000010 10100101 10110011 111111 1000 0 11110 10111011 101110 110000

Color Harmonies of #42A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A5B3

Black with #42A5B3

Text Example


Text Example

White with #42A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A5B3; }

 p { color: rgb(66,165,179); }

 H1.HeaderClassName
 {
   color: #42A5B3;
 }
 .AnyTagClassName
 {
   color: #42A5B3;
 }
</style>

background-color css

<style>
 a { background-color: #42A5B3; }

 a { background-color: rgb(66,165,179); }

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

border-color css

<style>
 span { border-color: #42A5B3; }

 span { border-color: rgb(66,165,179); }

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